]> git.pld-linux.org Git - packages/allegro.git/commitdiff
- fixed for !ix86
authormarcus <marcus@pld-linux.org>
Wed, 5 Jun 2002 11:50:31 +0000 (11:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    allegro.spec -> 1.11

allegro.spec

index f2647af4f96d302af20a8fbc8ed4106b579a6677..35b381f01d59a83a9d86bef8e40fb0cff0429b1f 100644 (file)
@@ -155,7 +155,11 @@ aclocal
 %configure \
        --enable-static \
        --enable-dbglib \
-       --enable-proflib
+       --enable-proflib \
+%ifnarch %{ix86}
+       --disable-vga \
+       --disable-linux
+%endif
        
 %{__make} MAKEINFO=makeinfo
 
@@ -201,9 +205,11 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{_libdir}/*.a
 
+%ifarch %{ix86}
 %files svgalib
 %defattr(644,root,root,755)
 %{_libdir}/allegro/4.0/alleg-svgalib.so
+%endif
 
 %files dga2
 %defattr(644,root,root,755)
This page took 0.048271 seconds and 4 git commands to generate.