]> git.pld-linux.org Git - packages/crossmingw32-w32api.git/commitdiff
- updated glext.h to 39 auto/th/crossmingw32-w32api-3_10-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 15 Nov 2007 17:52:39 +0000 (17:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- avoid other non-x86 arch-specific flags

Changed files:
    crossmingw32-w32api.spec -> 1.38

crossmingw32-w32api.spec

index a1e3edbec204d8737e7dbcd6b5d5267bc13cfe7c..6da677be3aab56b2f30c8dcfc57339e479ab95bb 100644 (file)
@@ -15,8 +15,8 @@ Source0:      http://dl.sourceforge.net/mingw/%{apisrc}-src.tar.gz
 # only for headers
 Source1:       http://dl.sourceforge.net/mingw/%{runsrc}-src.tar.gz
 # Source1-md5: f7f61ed33e1bd485e97a765c7945cb2a
-Source2:       http://oss.sgi.com/projects/ogl-sample/ABI/glext.h
-# NoSource2-md5:       0c40bd4545aa630e139043c2b12f0807
+Source2:       http://www.opengl.org/registry/api/glext.h
+# NoSource2-md5:       2e0c1c691b518b06691eba826a97cf3b
 Patch0:                %{name}-include_fix.patch
 Patch1:                %{name}-mmsystem.patch
 URL:           http://www.mingw.org/
@@ -35,8 +35,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # strip fails on static COFF files
 %define                no_install_post_strip 1
 
-%ifarch alpha sparc sparc64 sparcv9
-# alpha's -mieee and sparc's -mtune=* are not valid for target's gcc
+%ifnarch %{ix86}
+# arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
 %define                optflags        -O2
 %endif
 
This page took 0.138254 seconds and 4 git commands to generate.