diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-08 09:24:11 +0800 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-08 09:24:11 +0800 |
commit | fccbfb4a6f4925aabb8269cc1567fb89ffbb5548 (patch) | |
tree | ca2c40b42219f6159e190f1d54a98c21f1cf914f /sysutils/sweeper | |
parent | 598cc245e3bf5b7ca9192389227e1f4b6da773cc (diff) | |
download | freebsd-ports-gnome-fccbfb4a6f4925aabb8269cc1567fb89ffbb5548.tar.gz freebsd-ports-gnome-fccbfb4a6f4925aabb8269cc1567fb89ffbb5548.tar.zst freebsd-ports-gnome-fccbfb4a6f4925aabb8269cc1567fb89ffbb5548.zip |
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 'sysutils/sweeper')
-rw-r--r-- | sysutils/sweeper/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/sweeper/Makefile b/sysutils/sweeper/Makefile index 80195deac0fa..49d7d2ce45bf 100644 --- a/sysutils/sweeper/Makefile +++ b/sysutils/sweeper/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 |