diff options
Diffstat (limited to 'math/kcalc')
-rw-r--r-- | math/kcalc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index 80195de..49d7d2c 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/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 |