CVS: moonbase/kde3/kdeartwork3 BUILD,1.4,1.5 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/kdeartwork3
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13164/kdeartwork3

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


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdeartwork3/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	4 Sep 2002 21:41:38 -0000	1.4
+++ BUILD	5 Sep 2003 23:31:35 -0000	1.5
@@ -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/kdeartwork3/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,10 +5,8 @@
    SOURCE_URL[0]=$KDE_URL/stable/$VERSION/src/$SOURCE
         WEB_SITE=http://www.kde.org/
          ENTERED=20020523
-         UPDATED=20030813
+         UPDATED=20030906
            SHORT="kdeartwork contains extra eye candy for KDE."
-      MAINTAINER="JacksonJE at health.missouri.edu"
-
 cat << EOF
 kdeartwork contains extra eye candy for KDE.
 EOF




More information about the Lunar-commits mailing list