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/sunlance.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/sunlance.patch')
-rw-r--r--sys-libs/libkudzu/files/sunlance.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-libs/libkudzu/files/sunlance.patch b/sys-libs/libkudzu/files/sunlance.patch
new file mode 100644
index 0000000..0824f3f
--- /dev/null
+++ b/sys-libs/libkudzu/files/sunlance.patch
@@ -0,0 +1,12 @@
+diff -urN kudzu-1.1.62.orig/sbus.c kudzu-1.1.62/sbus.c
+--- kudzu-1.1.62.orig/sbus.c 2003-03-24 17:39:14.000000000 -0500
++++ kudzu-1.1.62/sbus.c 2005-07-12 09:50:06.000000000 -0400
+@@ -162,7 +162,7 @@
+ devClass = CLASS_NETWORK;
+ } else if (!strcmp(prop, "le")) {
+ type = "Sun Lance Ethernet";
+- module = "ignore";
++ module = "sunlance";
+ devClass = CLASS_NETWORK;
+ } else if (!strcmp(prop, "qe")) {
+ prop = prom_getproperty("channel#", &len);