catalyst: fix #2100.
This commit is contained in:
parent
5e703835e8
commit
681098e412
|
@ -0,0 +1,11 @@
|
|||
--- 13.1/common/lib/modules/fglrx/build_mod/firegl_public.c 2013-01-15 22:33:27.000000000 +0100
|
||||
+++ 13.1/common/lib/modules/fglrx/build_mod/firegl_public.c 2014-08-18 20:05:44.327520475 +0200
|
||||
@@ -250,7 +250,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef MODULE_LICENSE
|
||||
-MODULE_LICENSE("Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY");
|
||||
+MODULE_LICENSE("GPL\0Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY");
|
||||
#endif
|
||||
#ifdef MODULE_DEVICE_TABLE
|
||||
MODULE_DEVICE_TABLE(pci, fglrx_pci_table);
|
|
@ -3,7 +3,7 @@ _desc="AMD catalyst driver for Linux"
|
|||
|
||||
pkgname=catalyst
|
||||
version=15.20.1046
|
||||
revision=2
|
||||
revision=3
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Proprietary AMD license"
|
||||
homepage="http://www.amd.com"
|
||||
|
@ -36,6 +36,7 @@ do_build() {
|
|||
|
||||
patch -Np1 -i ${FILESDIR}/kolasa_4.0-cr4-strn.patch
|
||||
patch -Np1 -i ${FILESDIR}/kolasa_4.1_remove-IRQF_DISABLED.patch
|
||||
patch -Np1 -i ${FILESDIR}/fglrx_gpl_symbol.patch
|
||||
}
|
||||
do_install() {
|
||||
cd fglrx-${version}
|
||||
|
|
Loading…
Reference in New Issue