From 0097c2195f7b988f9837b0e715f7bba34ada6d98 Mon Sep 17 00:00:00 2001
From: will <will@FreeBSD.org>
Date: Tue, 8 Jan 2002 01:24:11 +0000
Subject: If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also add
 --enable-debug and turn off stripping of binaries so we actually get all the
 debugging we're supposed to get.  :)

Submitted by:	Alan Eldridge <alane@geeksrus.net>
---
 x11-wm/kdeartwork/Makefile  | 3 +++
 x11-wm/kdeartwork3/Makefile | 3 +++
 2 files changed, 6 insertions(+)

(limited to 'x11-wm')

diff --git a/x11-wm/kdeartwork/Makefile b/x11-wm/kdeartwork/Makefile
index fbfef06f219..593c3c9319f 100644
--- a/x11-wm/kdeartwork/Makefile
+++ b/x11-wm/kdeartwork/Makefile
@@ -32,6 +32,9 @@ CONFIGURE_ARGS+=--enable-final
 .endif
 .if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG)
 CONFIGURE_ARGS+=--disable-debug
+.else
+CONFIGURE_ARGS+=--enable-debug
+STRIP=''
 .endif
 USE_GMAKE=	yes
 INSTALLS_SHLIB=	yes
diff --git a/x11-wm/kdeartwork3/Makefile b/x11-wm/kdeartwork3/Makefile
index fbfef06f219..593c3c9319f 100644
--- a/x11-wm/kdeartwork3/Makefile
+++ b/x11-wm/kdeartwork3/Makefile
@@ -32,6 +32,9 @@ CONFIGURE_ARGS+=--enable-final
 .endif
 .if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG)
 CONFIGURE_ARGS+=--disable-debug
+.else
+CONFIGURE_ARGS+=--enable-debug
+STRIP=''
 .endif
 USE_GMAKE=	yes
 INSTALLS_SHLIB=	yes
-- 
cgit