From b78be4aba48cabc6f771c41c7f34d24efa86daa7 Mon Sep 17 00:00:00 2001 From: will Date: Mon, 21 Jan 2002 18:12:09 +0000 Subject: 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. --- x11/kde4/Makefile.kde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/kde4') 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 -- cgit v1.1