CVS: moonbase/kde3/arts BUILD,1.5,1.6 DETAILS,1.8,1.9

jol at lunar-linux.org jol at lunar-linux.org
Fri Sep 5 23:17:30 GMT 2003


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

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


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/arts/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD	2 Sep 2002 14:15:14 -0000	1.5
+++ BUILD	5 Sep 2003 23:17:28 -0000	1.6
@@ -2,6 +2,11 @@
   export  PATH=/opt/lunar/qt/3/bin:$PATH
   export  LD_LIBRARY_PATH=/opt/lunar/qt/3/lib
 
+  ## 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/arts/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:17:28 -0000	1.9
@@ -5,7 +5,7 @@
    SOURCE_URL[0]=$KDE_URL/stable/3.1.3/src/$SOURCE
         WEB_SITE=http://www.kde.org/
          ENTERED=20020523
-         UPDATED=20030813
+         UPDATED=20030906
            SHORT="arts is a synthesizer and sound daemon for KDE."
       MAINTAINER="JacksonJE at health.missouri.edu"
 




More information about the Lunar-commits mailing list