CVS: moonbase/kde3/kdeedu3 BUILD,1.3,1.4 DETAILS,1.7,1.8

jol at lunar-linux.org jol at lunar-linux.org
Fri Sep 5 23:31:37 GMT 2003


Update of /var/cvs/lunar/moonbase/kde3/kdeedu3
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13164/kdeedu3

Modified Files:
	BUILD DETAILS 
Log Message:
Fix problem with ccache


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdeedu3/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	1 Sep 2002 22:36:07 -0000	1.3
+++ BUILD	5 Sep 2003 23:31:35 -0000	1.4
@@ -5,6 +5,11 @@
   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/kdeedu3/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS	13 Aug 2003 06:57:01 -0000	1.7
+++ DETAILS	5 Sep 2003 23:31:35 -0000	1.8
@@ -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="kdeedu contains educational software."
       MAINTAINER="JacksonJE at health.missouri.edu"
 




More information about the Lunar-commits mailing list