diff options
author | lioux <lioux@FreeBSD.org> | 2002-05-15 00:37:07 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-05-15 00:37:07 +0800 |
commit | 43f7488d6385462f2b85020d55624efd9b7c67a9 (patch) | |
tree | 1a5c22fecf42f2db6baddda0a7c067a9719f0989 /x11-toolkits | |
parent | 2801f1263a4e7607c21a3492f9dfe5e23847d833 (diff) | |
download | freebsd-ports-gnome-43f7488d6385462f2b85020d55624efd9b7c67a9.tar.gz freebsd-ports-gnome-43f7488d6385462f2b85020d55624efd9b7c67a9.tar.zst freebsd-ports-gnome-43f7488d6385462f2b85020d55624efd9b7c67a9.zip |
Revert debugging building option: no-debug is default unless
WITH_DEBUG
Submitted by: Alan E <ports@geeksrus.net>
Approved by: will
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt30/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt31/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt32/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 2 |
4 files changed, 4 insertions, 4 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) 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) diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index aa1950e0bbb0..de1904daaf00 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/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) diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index aa1950e0bbb0..de1904daaf00 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/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) |