rpms/antlr3/F-13 antlr3.spec,1.13,1.14

Miloš Jakubíček mjakubicek at fedoraproject.org
Thu Apr 29 15:12:26 UTC 2010


Author: mjakubicek

Update of /cvs/pkgs/rpms/antlr3/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27161/F-13

Modified Files:
	antlr3.spec 
Log Message:
-fix ppc/ppc64 build




Index: antlr3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/antlr3/F-13/antlr3.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- antlr3.spec	29 Apr 2010 10:07:30 -0000	1.13
+++ antlr3.spec	29 Apr 2010 15:12:26 -0000	1.14
@@ -196,10 +196,10 @@ popd
 # Build the C runtime
 pushd libantlr3c-%{antlr_version}
 
-%ifarch x86_64
+%ifarch x86_64 ppc64
 %configure --disable-abiflags --enable-debuginfo --enable-64bit
 %endif
-%ifarch %{ix86}
+%ifarch %{ix86} ppc
 %configure --disable-abiflags --enable-debuginfo
 %endif
 



More information about the scm-commits mailing list