SPECS: xorg-xserver-xgl.spec - very ugly build fix, now it builds ...

shadzik shadzik at pld-linux.org
Fri Jul 14 16:49:21 CEST 2006


Author: shadzik                      Date: Fri Jul 14 14:49:21 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- very ugly build fix, now it builds
- rel 2
- FOR THE FUTURE: get Xgl from the git repository of the project, the cvs repositroy is obsolete

---- Files affected:
SPECS:
   xorg-xserver-xgl.spec (1.24 -> 1.25) 

---- Diffs:

================================================================
Index: SPECS/xorg-xserver-xgl.spec
diff -u SPECS/xorg-xserver-xgl.spec:1.24 SPECS/xorg-xserver-xgl.spec:1.25
--- SPECS/xorg-xserver-xgl.spec:1.24	Tue Jul 11 22:14:42 2006
+++ SPECS/xorg-xserver-xgl.spec	Fri Jul 14 16:49:16 2006
@@ -9,7 +9,7 @@
 %define		_mesasnap	20060711
 %define		_snap		20060711
 Version:	0.0.%{_snap}
-Release:	1
+Release:	2
 License:	MIT
 Group:		X11/Servers
 Source0:	xserver-%{_snap}.tar.bz2
@@ -113,7 +113,7 @@
 %prep
 %setup -q -a1 -n xserver-%{_snap}
 
-cd Mesa-%{_mesasnap}
+#cd Mesa-%{_mesasnap}
 
 %build
 cd xorg
@@ -136,7 +136,9 @@
 	--with-default-font-path="%{_fontsdir}/misc,%{_fontsdir}/TTF,%{_fontsdir}/OTF,%{_fontsdir}/Type1,%{_fontsdir}/CID,%{_fontsdir}/100dpi,%{_fontsdir}/75dpi" \
 	--with-mesa-source="`pwd`/../Mesa-%{_mesasnap}"
 
-%{__make}
+cp ../Mesa-%{_mesasnap}/src/mesa/main/arrayobj.? ./GL/mesa/main/
+
+%{__make} -j10
 
 # build libGL from mesa snap
 %if %{with libGL}
@@ -198,6 +200,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2006/07/14 14:49:16  shadzik
+- very ugly build fix, now it builds
+- rel 2
+- FOR THE FUTURE: get Xgl from the git repository of the project, the cvs repositroy is obsolete
+
 Revision 1.24  2006/07/11 20:14:42  czarny
  - up to 20060711
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xorg-xserver-xgl.spec?r1=1.24&r2=1.25&f=u



More information about the pld-cvs-commit mailing list