summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-06-28 09:25:50 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-06-28 09:25:50 +0000
commitcbd39639d05e0e5723b881407f552ae3c13a31bc (patch)
treee27ce46a8baf3be9362dbccb59eada56acfab217 /sys-libs/libkudzu/files/typedef_byte.patch
parentAdding a new revision of app-arch/pbzip2 for testing. (diff)
downloadwolf31o2-cbd39639d05e0e5723b881407f552ae3c13a31bc.tar.gz
wolf31o2-cbd39639d05e0e5723b881407f552ae3c13a31bc.tar.bz2
wolf31o2-cbd39639d05e0e5723b881407f552ae3c13a31bc.zip
Added filter-flags for -mfpmath=* for bug #208956 for testing.
svn path=/; revision=209
Diffstat (limited to 'sys-libs/libkudzu/files/typedef_byte.patch')
-rw-r--r--sys-libs/libkudzu/files/typedef_byte.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-libs/libkudzu/files/typedef_byte.patch b/sys-libs/libkudzu/files/typedef_byte.patch
new file mode 100644
index 0000000..55a238a
--- /dev/null
+++ b/sys-libs/libkudzu/files/typedef_byte.patch
@@ -0,0 +1,11 @@
+diff -urN kudzu-1.1.62.orig/pci.c kudzu-1.1.62/pci.c
+--- kudzu-1.1.62.orig/pci.c 2004-07-20 11:58:27.000000000 -0400
++++ kudzu-1.1.62/pci.c 2005-11-16 09:38:31.000000000 -0500
+@@ -30,6 +30,7 @@
+ static int numPciDevices = 0;
+ static struct pci_access *pacc=NULL;
+ static jmp_buf pcibuf;
++typedef unsigned char byte;
+
+ static int devCmp(const void * a, const void * b) {
+ const struct pciDevice * one = a;