aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2017-04-24 19:19:42 +0800
committerkwm <kwm@FreeBSD.org>2017-04-24 19:19:42 +0800
commit48fc73c2b1beba87e115032bc9645bf86fdd08d0 (patch)
tree51daec413a5dc4d26bbf121cdfb44f33f7af6d90
parentcf549d52c722f2ea929e1ecfd9098233da04ad02 (diff)
downloadfreebsd-ports-gnome-48fc73c2b1beba87e115032bc9645bf86fdd08d0.tar.gz
freebsd-ports-gnome-48fc73c2b1beba87e115032bc9645bf86fdd08d0.tar.zst
freebsd-ports-gnome-48fc73c2b1beba87e115032bc9645bf86fdd08d0.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@
-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: