mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00: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
@ -22,7 +22,7 @@ USE_XORG= xt x11
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-pthread=yes --enable-threadsafe \
|
||||
--enable-3ds-import --enable-sound \
|
||||
--enable-javascript-api
|
||||
--enable-javascript-api --enable-debug=no
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ENV= LANG=C
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user