[Lunar-commits] CVS: moonbase/graphics/jpeg BUILD,1.3,1.4
    Auke Kok 
    sofar at lunar-linux.org
       
    Wed May 12 08:49:47 GMT 2004
    
        - Previous message: [Lunar-commits] 
	CVS: moonbase/graphics/jpeg BUILD, 1.2, 1.3 DETAILS,
	1.1.1.1, 1.2 jpeg-c++.patch, 1.1.1.1,
	NONE libjpeg-6b-arm.patch, 1.1.1.1, NONE
 
        - Next message: [Lunar-commits] CVS: moonbase/graphics/jpeg BUILD,1.4,1.5
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /var/cvs/lunar/moonbase/graphics/jpeg
In directory dbguin.lunar-linux.org:/tmp/cvs-serv16845
Modified Files:
	BUILD 
Log Message:
Grrr, almost barfed it up myself
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/jpeg/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	12 May 2004 08:09:54 -0000	1.3
+++ BUILD	12 May 2004 08:49:45 -0000	1.4
@@ -1,20 +1,12 @@
 (
 
   bad_flags -malign-double
-  
-  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-  patch_it $SOURCE_CACHE/$SOURCE3 1 &&
-
-  ./configure  --build=$BUILD               \
-               --prefix=/usr                \
-	       --bindir=/usr/bin            \
-	       --datadir=/usr/share         \
-	       --mandir=/usr/share/man      \
-	       --enable-shared              \
-	       --enable-static              &&
+  export CC="gcc"
+  OPTS="$OPTS --enable-shared --enable-static"
 
   default_config &&
-  make &&
+  sedit "s/\$(prefix)\/man\/man\$(manext)/\/usr\/share\/man\/man\$(manext)/" Makefile &&
+  make  &&
   LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD make test &&
   prepare_install &&
   make install
    
    
        
	- Previous message: [Lunar-commits] 
	CVS: moonbase/graphics/jpeg BUILD, 1.2, 1.3 DETAILS,
	1.1.1.1, 1.2 jpeg-c++.patch, 1.1.1.1,
	NONE libjpeg-6b-arm.patch, 1.1.1.1, NONE
 
	- Next message: [Lunar-commits] CVS: moonbase/graphics/jpeg BUILD,1.4,1.5
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the Lunar-commits
mailing list