aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2017-04-24 11:19:42 +0000
committerKoop Mast <kwm@FreeBSD.org>2017-04-24 11:19:42 +0000
commitdc450dbd543a9bbac7f2c359e752c607d192c2ef (patch)
tree51daec413a5dc4d26bbf121cdfb44f33f7af6d90 /x11-toolkits
parent6d6b0de9d750d4b15a224d80fd3ddd7456081d17 (diff)
downloadports-dc450dbd543a9bbac7f2c359e752c607d192c2ef.tar.gz
ports-dc450dbd543a9bbac7f2c359e752c607d192c2ef.zip
Add back DEBUG option that got lost in the 3.22.12 update.
Also add comment, so I don't accidently break it later. Reported by: jbeich@
Notes
Notes: svn path=/head/; revision=439282
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk30/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index ecd7cbca9423..018d81961420 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -56,7 +56,7 @@ GLIB_SCHEMAS= org.gtk.Demo.gschema.xml \
org.gtk.Settings.Debug.gschema.xml \
org.gtk.Settings.FileChooser.gschema.xml
-OPTIONS_DEFINE= CUPS CLOUDPRINT COLORD BROADWAY
+OPTIONS_DEFINE= CUPS CLOUDPRINT COLORD DEBUG BROADWAY
OPTIONS_DEFAULT=CUPS COLORD BROADWAY
OPTIONS_SUB= yes
@@ -75,6 +75,7 @@ CLOUDPRINT_CONFIGURE_ENABLE= cloudprint
CLOUDPRINT_LIB_DEPENDS= librest-0.7.so:devel/librest \
libjson-glib-1.0.so:devel/json-glib
+# don't explicitly disable debug, this causes segfaults. ports r437293
DEBUG_CONFIGURE_ON= --enable-debug=yes
post-patch: