- Remove DLL_ONLY=true from MAKE_ENV, it was used for testing the game
libraries on i386. Approved by: garga (mentor, implicitly)
This commit is contained in:
parent
cbc0ea9a1a
commit
66c6b65ac0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163428
@ -32,7 +32,7 @@ OPTIONS= CLIENT "Build client" on \
|
||||
OPTIMIZED_CFLAGS "Enable compilation optimizations" on \
|
||||
SMP "Build SMP (threaded) client" on
|
||||
|
||||
MAKE_ENV= LIBDIR="${LIBDIR}" DLL_ONLY=true
|
||||
MAKE_ENV= LIBDIR="${LIBDIR}"
|
||||
PLIST_SUB= LIBDIR="${LIBDIR:S/${PREFIX}\///}"
|
||||
|
||||
LIBDIR= ${PREFIX}/lib/${PORTNAME}
|
||||
|
@ -32,7 +32,7 @@ OPTIONS= CLIENT "Build client" on \
|
||||
OPTIMIZED_CFLAGS "Enable compilation optimizations" on \
|
||||
SMP "Build SMP (threaded) client" on
|
||||
|
||||
MAKE_ENV= LIBDIR="${LIBDIR}" DLL_ONLY=true
|
||||
MAKE_ENV= LIBDIR="${LIBDIR}"
|
||||
PLIST_SUB= LIBDIR="${LIBDIR:S/${PREFIX}\///}"
|
||||
|
||||
LIBDIR= ${PREFIX}/lib/${PORTNAME}
|
||||
|
Loading…
Reference in New Issue
Block a user