]> git.pld-linux.org Git - packages/X11-driver-firegl.git/commitdiff
- changed pci_find_class to pci_get_class in agpgart_be.c so that module fglrx
authorRoman Werpachowski <roman.werpachowski@gmail.com>
Wed, 19 Jan 2005 21:06:15 +0000 (21:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  loads cleanly
- release 3
- STBR

Changed files:
    X11-driver-firegl.spec -> 1.76

X11-driver-firegl.spec

index e1bb7c13f47eb682391779079eb34c1ae4a9125a..9ada595d1cc309f44bb5be199cd5da86a2586ee3 100644 (file)
@@ -12,7 +12,7 @@ Summary:      Linux Drivers for ATI graphics accelerators
 Summary(pl):   Sterowniki do akceleratorów graficznych ATI
 Name:          X11-driver-firegl
 Version:       8.8.25
-%define                _rel    2
+%define                _rel    3
 Release:       %{_rel}
 License:       ATI Binary (parts are GPL)
 Vendor:                ATI
@@ -26,6 +26,7 @@ Patch1:               firegl-panel-ugliness.patch
 Patch2:                %{name}-kh.patch
 URL:           http://www.ati.com/support/drivers/linux/radeon-linux.html
 BuildRequires: cpio
+BuildRequires:  sed
 %{?with_dist_kernel:BuildRequires:     kernel-module-build >= 2.6.7}
 BuildRequires: rpmbuild(macros) >= 1.153
 %{?with_userspace:BuildRequires:       qt-devel}
@@ -110,6 +111,7 @@ tar -xzf usr/src/ATI/fglrx_panel_sources.tgz -C panel_src
 %build
 %if %{with kernel}
 cd lib/modules/fglrx/build_mod
+sed -i -e 's/pci_find_class/pci_get_class/g' agpgart_be.c
 cp -f 2.6.x/Makefile .
 for cfg in %{?with_dist_kernel:%{?with_smp:smp} up}%{!?with_dist_kernel:nondist}; do
        if [ ! -r "%{_kernelsrcdir}/config-$cfg" ]; then
This page took 0.037788 seconds and 4 git commands to generate.