aboutsummaryrefslogtreecommitdiff
path: root/x11/kde3
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-01-21 18:12:09 +0000
committerWill Andrews <will@FreeBSD.org>2002-01-21 18:12:09 +0000
commit8b2ed9705440de982b9de325fe006d2f867ce477 (patch)
tree567d82603f1ba0cdb06bf6a0dd502e5394a02907 /x11/kde3
parent746c474335349512d45a00076077d1d454b3b421 (diff)
Change default to not use --enable-final because this option requires
large amounts of memory in order to compile KDE in any reasonable time. For machines with such required amounts of memory, it can cut build times by more than half. I am not sure why I changed the default on this option before, since it may lead some people to believe the build hanged.
Notes
Notes: svn path=/head/; revision=53468
Diffstat (limited to 'x11/kde3')
-rw-r--r--x11/kde3/Makefile.kde2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kde3/Makefile.kde b/x11/kde3/Makefile.kde
index 58fe75a64083..28a580ad43aa 100644
--- a/x11/kde3/Makefile.kde
+++ b/x11/kde3/Makefile.kde
@@ -16,7 +16,7 @@ CONFIGURE_ARGS+=--enable-objprelink
.endif
.if !defined(_NO_KDE_FINAL)
-.if defined(PARALLEL_PACKAGE_BUILD) || !defined(NO_KDE_FINAL)
+.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_FINAL)
CONFIGURE_ARGS+=--enable-final
.endif
.endif