summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt31
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-05-14 16:37:07 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-05-14 16:37:07 +0000
commite8b09fe591ccf72138f754d4b7f10629ed0a5607 (patch)
treeaf75708bc2ede6358f12e4871b881de2369b5d24 /x11-toolkits/qt31
parentGet rid of warnings from <values.h> (diff)
Revert debugging building option: no-debug is default unless
WITH_DEBUG Submitted by: Alan E <ports@geeksrus.net> Approved by: will
Notes
Notes: svn path=/head/; revision=59089
Diffstat (limited to 'x11-toolkits/qt31')
-rw-r--r--x11-toolkits/qt31/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile
index aa1950e0bbb0..de1904daaf00 100644
--- a/x11-toolkits/qt31/Makefile
+++ b/x11-toolkits/qt31/Makefile
@@ -44,7 +44,7 @@ CONFIGURE_ARGS= -prefix ${QT_PREFIX} \
-no-nas-sound -sm -remote \
-docdir ${QT_PREFIX}/share/doc/qt \
-I${LOCALBASE}/include -L${LOCALBASE}/lib
-.if !defined(NO_DEBUG)
+.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= -debug
.endif
.if defined(WITH_OPENGL)