]> git.pld-linux.org Git - packages/XFree86.git/commitdiff
- fix s3 buildling and disable some too verbose messages
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 28 Aug 2003 19:56:14 +0000 (19:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86.spec -> 1.471

XFree86.spec

index 5ec268cdebd7e3d60699661b2a2dc7c9c3437b36..b0f027c1d290450d307e31f7567df78c72af2928 100644 (file)
@@ -115,6 +115,7 @@ Patch45:    %{name}-spencode-nowarning.patch
 # Small (maybe buggy) patch to resolve problems with totem 0.97.0
 Patch46:       %{name}-lock.patch
 Patch47:       %{name}-linux-version.patch
+Patch48:       %{name}-new-s3-nodebug.patch
 URL:           http://www.xfree86.org/
 BuildRequires: %{_bindir}/perl
 BuildRequires: bison
@@ -1981,6 +1982,7 @@ System. 
 %patch45 -p1
 %patch46 -p0
 %patch47 -p1
+%patch48 -p0
 
 rm -f xc/config/cf/host.def
 
@@ -2988,7 +2990,8 @@ fi
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/modules/drivers/savage_drv.o
 %dir %{_libdir}/modules.s3
-%attr(755,root,root) %{_libdir}/modules.s3/savage_drv.o
+%dir %{_libdir}/modules.s3/drivers
+%attr(755,root,root) %{_libdir}/modules.s3/drivers/savage_drv.o
 %{_mandir}/man4/savage*
 %endif
 
This page took 0.092102 seconds and 4 git commands to generate.