CVS: moonbase/kde3/kdesdk3 BUILD,1.4,1.5 DETAILS,1.8,1.9
jol at lunar-linux.org
jol at lunar-linux.org
Fri Sep 5 23:31:38 GMT 2003
Update of /var/cvs/lunar/moonbase/kde3/kdesdk3
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13164/kdesdk3
Modified Files:
BUILD DETAILS
Log Message:
Fix problem with ccache
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdesdk3/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 23 May 2003 17:43:18 -0000 1.4
+++ BUILD 5 Sep 2003 23:31:36 -0000 1.5
@@ -8,6 +8,12 @@
patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ ## 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/kdesdk3/DETAILS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- DETAILS 13 Aug 2003 06:57:02 -0000 1.8
+++ DETAILS 5 Sep 2003 23:31:36 -0000 1.9
@@ -7,7 +7,7 @@
SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
WEB_SITE=http://www.kde.org/
ENTERED=20020523
- UPDATED=20030813
+ UPDATED=20030906
SHORT="kdesdk contains development applications."
MAINTAINER="JacksonJE at health.missouri.edu"
More information about the Lunar-commits
mailing list