From 978fe64e3ce34312c604ffb3854cfa54c302d2e8 Mon Sep 17 00:00:00 2001 From: nik Date: Fri, 22 Jun 2001 08:46:34 +0000 Subject: Support building QT with debugging turned, keyed off the QT_DEBUG variable. Approved by: MAINTAINER --- x11-toolkits/qt33/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'x11-toolkits/qt33/Makefile') diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 574991ffd7fc..8f2145bec63e 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -26,6 +26,11 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm -gif \ -system-libmng -thread -no-opengl \ -I${LOCALBASE}/include -L${LOCALBASE}/lib + +.if defined(QT_DEBUG) +CONFIGURE_ARGS+= -debug +.endif + CONFIGURE_ENV= ${ECHO} yes | QTDIR=${WRKSRC} .if defined(MAKE_JOBS) MAKE_ARGS+= MAKE="${GMAKE} -j${MAKE_JOBS}" -- cgit