[Lunar-commits] CVS: moonbase/kde3/qt3 BUILD,1.10,1.11

Florin Braescu florin at lunar-linux.org
Mon Aug 16 20:52:06 GMT 2004


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

Modified Files:
	BUILD 
Log Message:
fix the build in order to install the binary of qmake

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/qt3/BUILD,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- BUILD	30 Apr 2004 20:02:04 -0000	1.10
+++ BUILD	16 Aug 2004 20:52:04 -0000	1.11
@@ -21,6 +21,7 @@
                                -no-g++-exceptions             \
                                -thread                        \
                                -no-stl                        \
+                               -dlopen-opengl                 \
                                -prefix ${QT_PREFIX:-$QTDIR}   \
                                -xft                           \
                                $OPTS                         &&
@@ -34,10 +35,13 @@
     *)
       make  symlinks sub-src sub-tools
       ;;
-  esac              &&
+  esac  &&
 
-  prepare_install   &&
-  make  install     &&
+  rm bin/qmake &&     
+  cp qmake/qmake bin/qmake &&
+
+  prepare_install  &&
+  make  install    &&
 
   case  $SAMPIN  in
     y|Y|j|J)



More information about the Lunar-commits mailing list