mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
graphics/Coin: hardcode debug off
When WITH_DEBUG is set, this port will fail staging as the result won't match the pkg-plist due to file name changes during a debug regime. To fix, configure Coin with debug off always.
This commit is contained in:
parent
ec79062e02
commit
afbcd38fd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360791
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ USE_XORG= xt x11
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-pthread=yes --enable-threadsafe \
|
CONFIGURE_ARGS= --with-pthread=yes --enable-threadsafe \
|
||||||
--enable-3ds-import --enable-sound \
|
--enable-3ds-import --enable-sound \
|
||||||
--enable-javascript-api
|
--enable-javascript-api --enable-debug=no
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
MAKE_ENV= LANG=C
|
MAKE_ENV= LANG=C
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue