diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-04-11 11:39:25 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-04-11 11:39:25 +0000 |
commit | b0bd99ac53addd6bd95d7a7d37eecc1ab72f90a4 (patch) | |
tree | ab61fbc7647c77178b09bb6b3aefb19da5978ede /media-video/ati-drivers/files | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-b0bd99ac53addd6bd95d7a7d37eecc1ab72f90a4.tar.gz gentoo-2-b0bd99ac53addd6bd95d7a7d37eecc1ab72f90a4.tar.bz2 gentoo-2-b0bd99ac53addd6bd95d7a7d37eecc1ab72f90a4.zip |
Some minor fixes
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-video/ati-drivers/files')
-rw-r--r-- | media-video/ati-drivers/files/8.8.25-smp.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-video/ati-drivers/files/8.8.25-smp.patch b/media-video/ati-drivers/files/8.8.25-smp.patch new file mode 100644 index 000000000000..9914a8d9fde0 --- /dev/null +++ b/media-video/ati-drivers/files/8.8.25-smp.patch @@ -0,0 +1,12 @@ +--- firegl_public.c.bak 2004-12-10 11:35:14.091477807 +0100 ++++ firegl_public.c 2004-12-10 11:07:12.000000000 +0100 +@@ -32,6 +32,9 @@ + // ============================================================ + #include <linux/version.h> + #include <linux/autoconf.h> ++#ifdef CONFIG_SMP ++#define __SMP__ ++#endif + + #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,71) + #define EXPORT_SYMTAB 1 |