summaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2002-01-08 01:24:11 +0000
committerwill <will@FreeBSD.org>2002-01-08 01:24:11 +0000
commit0097c2195f7b988f9837b0e715f7bba34ada6d98 (patch)
treeba58ba3c3b7f315396d6420638302c896e93bd42 /deskutils
parent32ac35945b013d3f994aa1b7f67bd1577f8c8e4e (diff)
downloadFreeBSD-ports-0097c2195f7b988f9837b0e715f7bba34ada6d98.zip
FreeBSD-ports-0097c2195f7b988f9837b0e715f7bba34ada6d98.tar.gz
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>
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/kcharselect/Makefile3
-rw-r--r--deskutils/kdepim/Makefile3
-rw-r--r--deskutils/kdepim3/Makefile3
-rw-r--r--deskutils/kdepim4/Makefile3
-rw-r--r--deskutils/kdepim44/Makefile3
5 files changed, 15 insertions, 0 deletions
diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile
index 80195de..49d7d2c 100644
--- a/deskutils/kcharselect/Makefile
+++ b/deskutils/kcharselect/Makefile
@@ -33,6 +33,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
MAN1= efax.1 efix.1 fax.1
diff --git a/deskutils/kdepim/Makefile b/deskutils/kdepim/Makefile
index e6aa838..875c038 100644
--- a/deskutils/kdepim/Makefile
+++ b/deskutils/kdepim/Makefile
@@ -34,6 +34,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
QTCPPFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib
QTLDFLAGS= ${QTCPPFLAGS}
diff --git a/deskutils/kdepim3/Makefile b/deskutils/kdepim3/Makefile
index e6aa838..875c038 100644
--- a/deskutils/kdepim3/Makefile
+++ b/deskutils/kdepim3/Makefile
@@ -34,6 +34,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
QTCPPFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib
QTLDFLAGS= ${QTCPPFLAGS}
diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile
index e6aa838..875c038 100644
--- a/deskutils/kdepim4/Makefile
+++ b/deskutils/kdepim4/Makefile
@@ -34,6 +34,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
QTCPPFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib
QTLDFLAGS= ${QTCPPFLAGS}
diff --git a/deskutils/kdepim44/Makefile b/deskutils/kdepim44/Makefile
index e6aa838..875c038 100644
--- a/deskutils/kdepim44/Makefile
+++ b/deskutils/kdepim44/Makefile
@@ -34,6 +34,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
QTCPPFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib
QTLDFLAGS= ${QTCPPFLAGS}
OpenPOWER on IntegriCloud