[Lunar-commits] r23821 - moonbase/trunk/kde3/base/kdesdk3
Dennis Veatch
stumbles at lunar-linux.org
Mon Mar 26 20:12:28 CEST 2007
Author: stumbles
Date: 2007-03-26 20:12:28 +0200 (Mon, 26 Mar 2007)
New Revision: 23821
Modified:
moonbase/trunk/kde3/base/kdesdk3/BUILD
moonbase/trunk/kde3/base/kdesdk3/DEPENDS
Log:
A little brain fart with their configure script. It looks for
apr-config and apu-config but the apr install only creates
apr-1-config and apu-1-config so kdesdk3 thinks apr is not
installed.
Modified: moonbase/trunk/kde3/base/kdesdk3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdesdk3/BUILD 2007-03-26 14:56:56 UTC (rev 23820)
+++ moonbase/trunk/kde3/base/kdesdk3/BUILD 2007-03-26 18:12:28 UTC (rev 23821)
@@ -3,8 +3,12 @@
. /etc/profile.d/qt3.rc
. /etc/profile.d/kde3.rc
+ if module_installed apr ; then
+ OPTS="$OPTS --with-apr-config=/usr/bin/apr-1-config --with-apu-config=/usr/bin/apu-1-config"
+ fi
+
sedit "s:-ldb4:-ldb-4:" configure.in &&
-
+
default_build
-
+
) > $C_FIFO 2>&1
Modified: moonbase/trunk/kde3/base/kdesdk3/DEPENDS
===================================================================
--- moonbase/trunk/kde3/base/kdesdk3/DEPENDS 2007-03-26 14:56:56 UTC (rev 23820)
+++ moonbase/trunk/kde3/base/kdesdk3/DEPENDS 2007-03-26 18:12:28 UTC (rev 23821)
@@ -1 +1,3 @@
-depends kdepim3
\ No newline at end of file
+depends kdepim3 &&
+
+optional_depends "apr" "" "" "for APR support"
More information about the Lunar-commits
mailing list