aboutsummaryrefslogtreecommitdiff
path: root/graphics/Coin
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-07-05 18:31:12 +0000
committerJohn Marino <marino@FreeBSD.org>2014-07-05 18:31:12 +0000
commitafbcd38fd5a3539118f8577eaba9e57f9903a4b0 (patch)
treed05e0e948a635d3fb0359494bb74d6e217f8450f /graphics/Coin
parentec79062e0273c74c642b6c3b366cf7c6e4d03dec (diff)
downloadports-afbcd38fd5a3539118f8577eaba9e57f9903a4b0.tar.gz
ports-afbcd38fd5a3539118f8577eaba9e57f9903a4b0.zip
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.
Notes
Notes: svn path=/head/; revision=360791
Diffstat (limited to 'graphics/Coin')
-rw-r--r--graphics/Coin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile
index 934d96b7bb6e..14b7c63b8d5e 100644
--- a/graphics/Coin/Makefile
+++ b/graphics/Coin/Makefile
@@ -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