SPECS: miniracer.spec - kill x86-centrisms (no asm on !x86, handle...

qboosh qboosh at pld-linux.org
Thu Jul 21 21:17:48 CEST 2005


Author: qboosh                       Date: Thu Jul 21 19:17:48 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- kill x86-centrisms (no asm on !x86, handle lib64)

---- Files affected:
SPECS:
   miniracer.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/miniracer.spec
diff -u SPECS/miniracer.spec:1.2 SPECS/miniracer.spec:1.3
--- SPECS/miniracer.spec:1.2	Tue Jul 19 20:23:29 2005
+++ SPECS/miniracer.spec	Thu Jul 21 21:17:43 2005
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+#
 # Conditional build:
 %bcond_without	gamma_ramp	# disable VidModeGammaRamp extension
 #
@@ -38,7 +39,12 @@
 
 %build
 %{__make} \
+	CC="%{__cc}" \
+	GL_LDFLAGS="-L/usr/X11R6/%{_lib} -lGL -lXxf86dga -lXxf86vm -lX11 -lXext -lm" \
 	OPTFLAGS="%{rpmcflags} \
+%ifnarch %{ix86}
+	-D_NO_ASM \
+%endif
 	%{?with_gamma_ramp:-DVIDMODEXT_GAMMA_RAMP}"
 
 sed -i -e 's#/usr/lib#%{_libdir}#' miniracer
@@ -71,6 +77,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/07/21 19:17:43  qboosh
+- kill x86-centrisms (no asm on !x86, handle lib64)
+
 Revision 1.2  2005/07/19 18:23:29  freetz
 - 1.04, simplified a bit, added gamma_ramp bcond (for fglrx users)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/miniracer.spec?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list