From e8b09fe591ccf72138f754d4b7f10629ed0a5607 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Tue, 14 May 2002 16:37:07 +0000 Subject: Revert debugging building option: no-debug is default unless WITH_DEBUG Submitted by: Alan E Approved by: will --- x11-toolkits/qt30/Makefile | 2 +- x11-toolkits/qt31/Makefile | 2 +- x11-toolkits/qt32/Makefile | 2 +- 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) -- cgit v1.2.3