diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-05-14 16:37:07 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-05-14 16:37:07 +0000 |
commit | e8b09fe591ccf72138f754d4b7f10629ed0a5607 (patch) | |
tree | af75708bc2ede6358f12e4871b881de2369b5d24 /x11-toolkits/qt30 | |
parent | Get 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/qt30')
-rw-r--r-- | x11-toolkits/qt30/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile index aa1950e0bbb0..de1904daaf00 100644 --- a/x11-toolkits/qt30/Makefile +++ b/x11-toolkits/qt30/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) |