]> git.pld-linux.org Git - packages/XFree86.git/commitdiff
- fixed building on ppc... hope it works... STBR on ppc
authorMariusz Mazur <mmazur@pld-linux.org>
Tue, 30 Apr 2002 21:30:30 +0000 (21:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86.spec -> 1.300

XFree86.spec

index cbb03124931bc54e07753a75d968e7a3dbdbac5b..4dfdd478634b2b97e7597f238a4a69c0aff54067 100644 (file)
@@ -65,6 +65,7 @@ Patch31:      %{name}-alpha_GLX_align_fix.patch
 Patch32:       %{name}-XftConfig_in_correct_place.patch
 Patch33:       %{name}-PEX+XIE.patch
 Patch34:       %{name}-xman-manpaths.patch
+Patch35:       %{name}-no_tdfx.patch
 BuildRequires: bison
 BuildRequires: flex
 BuildRequires: freetype-devel >= 2.0.0
@@ -1410,6 +1411,9 @@ serwer
 %patch32 -p1
 %patch33 -p1
 %patch34 -p1
+%ifarch ppc
+%patch35
+%endif
 
 rm -f xc/config/cf/host.def
 
@@ -2237,7 +2241,7 @@ fi
 %{_mandir}/man4/suntcx*
 %endif
 
-%ifnarch sparc sparc64
+%ifnarch sparc sparc64 ppc
 %files driver-tdfx
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/modules/drivers/tdfx_drv.o
This page took 0.034688 seconds and 4 git commands to generate.