rpms/vdrift/devel vdrift.spec,1.7,1.8

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Wed Feb 20 20:30:41 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/vdrift/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29596

Modified Files:
	vdrift.spec 
Log Message:
Possible fix.



Index: vdrift.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vdrift/devel/vdrift.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vdrift.spec	20 Feb 2008 19:29:53 -0000	1.7
+++ vdrift.spec	20 Feb 2008 20:29:49 -0000	1.8
@@ -51,6 +51,10 @@
 
 %setup -qn vdrift
 
+%ifarch ppc ppc64
+sed -i 's/linuxx86/linuxppc/' src/SConscript
+%endif
+
 %patch0 -p0
 %patch1 -p0
 %patch2 -p0
@@ -70,7 +74,7 @@
 cd ..
 
 #hack for bullet on ppc
-ln -s bullet-2.64/out/linuxppc bullet-2.64/out/linuxx86
+#ln -s bullet-2.64/out/linuxppc bullet-2.64/out/linuxx86
 
 CC="gcc" CXX="g++" CXXFLAGS="%{optflags}" scons destdir=%{buildroot} bin=/bin use_binreloc=0 release=1 os_cc=1 os_cxx=1 os_cxxflags=1 NLS=0
 




More information about the fedora-extras-commits mailing list