diff options
author | will <will@FreeBSD.org> | 2002-01-08 01:24:11 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-01-08 01:24:11 +0000 |
commit | 0097c2195f7b988f9837b0e715f7bba34ada6d98 (patch) | |
tree | ba58ba3c3b7f315396d6420638302c896e93bd42 /x11-clocks | |
parent | 32ac35945b013d3f994aa1b7f67bd1577f8c8e4e (diff) | |
download | FreeBSD-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 'x11-clocks')
-rw-r--r-- | x11-clocks/kdetoys2/Makefile | 3 | ||||
-rw-r--r-- | x11-clocks/kdetoys3/Makefile | 3 | ||||
-rw-r--r-- | x11-clocks/kdetoys4/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/x11-clocks/kdetoys2/Makefile b/x11-clocks/kdetoys2/Makefile index 107fa7c..0694c7c 100644 --- a/x11-clocks/kdetoys2/Makefile +++ b/x11-clocks/kdetoys2/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 diff --git a/x11-clocks/kdetoys3/Makefile b/x11-clocks/kdetoys3/Makefile index 107fa7c..0694c7c 100644 --- a/x11-clocks/kdetoys3/Makefile +++ b/x11-clocks/kdetoys3/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 diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile index 107fa7c..0694c7c 100644 --- a/x11-clocks/kdetoys4/Makefile +++ b/x11-clocks/kdetoys4/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 |