]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- changed i386 to %{ix86}
authorArtur Frysiak <artur@frysiak.net>
Fri, 14 May 1999 23:27:54 +0000 (23:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Mesa.spec -> 1.12

Mesa.spec

index 234cbdb541d500441ea98e96a6d77d6dae29389f..6224f2980ee242f26bbf2260184e3f1ad8274506 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -125,7 +125,7 @@ make linux-alpha-elf
 make linux-ppc
 %endif
 
-%ifarch i386
+%ifarch %{ix86}
 make clean
 make LIBS_ONLY=YES linux-386
 make clean
@@ -139,7 +139,9 @@ make  linux-elf
 (cd widgets-mesa; autoconf; \
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
 ./configure \
-       --prefix=/usr/X11R6/
+       --prefix=/usr/X11R6/ \
+       --target=%{_target_platform} \
+       --host=%{_host}
 make)
 
 %install
This page took 0.369164 seconds and 4 git commands to generate.