diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-08 01:24:11 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-08 01:24:11 +0000 |
commit | fccbfb4a6f4925aabb8269cc1567fb89ffbb5548 (patch) | |
tree | ca2c40b42219f6159e190f1d54a98c21f1cf914f /net/kdenetwork2 | |
parent | Update to 0.2.2 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=52739
Diffstat (limited to 'net/kdenetwork2')
-rw-r--r-- | net/kdenetwork2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile index 215a33098034..ac64d1379e48 100644 --- a/net/kdenetwork2/Makefile +++ b/net/kdenetwork2/Makefile @@ -35,6 +35,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 CONFIGURE_ENV+= PATH=${WRKSRC}/auto-bin:$$PATH |