CVS: moonbase/kde3/kdebase3 BUILD,1.5,1.6 DETAILS,1.8,1.9
jol at lunar-linux.org
jol at lunar-linux.org
Fri Sep 5 23:20:48 GMT 2003
Update of /var/cvs/lunar/moonbase/kde3/kdebase3
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13026
Modified Files:
BUILD DETAILS
Log Message:
Fixed problem with ccache
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdebase3/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD 24 Oct 2002 08:48:59 -0000 1.5
+++ BUILD 5 Sep 2003 23:20:46 -0000 1.6
@@ -5,6 +5,12 @@
QTDIR=/opt/lunar/qt/3
KDEDIR=/opt/lunar/kde/3
+ ## fix problem with ccache
+ CC=${CC//ccache/} &&
+ CXX=${CXX//ccache/} &&
+ export CC CXX &&
+
+
./configure --prefix=/opt/lunar/kde/3 \
--enable-final \
--disable-debug \
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdebase3/DETAILS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- DETAILS 13 Aug 2003 06:57:01 -0000 1.8
+++ DETAILS 5 Sep 2003 23:20:46 -0000 1.9
@@ -5,7 +5,7 @@
SOURCE_URL[0]=$KDE_URL/stable/$VERSION/src/$SOURCE
WEB_SITE=http://www.kde.org/
ENTERED=20020523
- UPDATED=20030813
+ UPDATED=20030906
SHORT="kdebase contains the applications that form the KDE system."
MAINTAINER="JacksonJE at health.missouri.edu"
More information about the Lunar-commits
mailing list