]> git.pld-linux.org Git - packages/ufoai.git/commitdiff
- enable mmx only for x86_64
authorarvenil <arvenil@pld-linux.org>
Sun, 13 Jan 2008 17:34:20 +0000 (17:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (dont know why this doesn't work on other archs)

Changed files:
    ufoai.spec -> 1.4

ufoai.spec

index 6a4e526478461897d404bbfd9a0e946e62f85b5f..24aba65e224d99e1630f8cd82f083fccee2eff8e 100644 (file)
@@ -48,7 +48,9 @@ against your friends with multiplayer functionality.
 %build
 CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 %configure \
+%ifarch %{x8664}
        --enable-mmx \
+%endif
        --with-curses \
        --with-shaders
 %{__make}
This page took 0.052801 seconds and 4 git commands to generate.