diff options
author | will <will@FreeBSD.org> | 2002-01-21 18:12:09 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-01-21 18:12:09 +0000 |
commit | b78be4aba48cabc6f771c41c7f34d24efa86daa7 (patch) | |
tree | 8c373751eae760d8711a0dc85e6a37293b9fcf91 /x11/kde4 | |
parent | 1a6fa30bc2d3f25e7bd9a37008fe737265e2c812 (diff) | |
download | FreeBSD-ports-b78be4aba48cabc6f771c41c7f34d24efa86daa7.zip FreeBSD-ports-b78be4aba48cabc6f771c41c7f34d24efa86daa7.tar.gz |
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.
Diffstat (limited to 'x11/kde4')
-rw-r--r-- | x11/kde4/Makefile.kde | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kde4/Makefile.kde b/x11/kde4/Makefile.kde index 58fe75a..28a580a 100644 --- a/x11/kde4/Makefile.kde +++ b/x11/kde4/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 |