summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-18 16:43:27 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-18 16:43:27 +0000
commitc2e41c15dcf1eff01d1c4dbcf1ad7f3d833cee3b (patch)
tree47e5642a11273893164dab14ea6de66b68e39b5d /net-analyzer/paketto/files/1.10-gcc3.patch
parentia64ify (diff)
downloadgentoo-2-c2e41c15dcf1eff01d1c4dbcf1ad7f3d833cee3b.tar.gz
gentoo-2-c2e41c15dcf1eff01d1c4dbcf1ad7f3d833cee3b.tar.bz2
gentoo-2-c2e41c15dcf1eff01d1c4dbcf1ad7f3d833cee3b.zip
fixes for #28982 and #28894
Diffstat (limited to 'net-analyzer/paketto/files/1.10-gcc3.patch')
-rw-r--r--net-analyzer/paketto/files/1.10-gcc3.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-analyzer/paketto/files/1.10-gcc3.patch b/net-analyzer/paketto/files/1.10-gcc3.patch
new file mode 100644
index 000000000000..59fb48b66e20
--- /dev/null
+++ b/net-analyzer/paketto/files/1.10-gcc3.patch
@@ -0,0 +1,15 @@
+diff -ur paketto-1.10/src/paketto.h paketto-1.10-gentoo/src/paketto.h
+--- paketto-1.10/src/paketto.h 2003-09-17 19:46:55.000000000 +1200
++++ paketto-1.10-gentoo/src/paketto.h 2003-09-17 20:28:53.000000000 +1200
+@@ -17,10 +17,7 @@
+ #include <sys/ioccom.h>
+ #endif
+ #ifndef _IOW
+-#error "We couldn't find the system macro _IOW on your machine...if you run
+-find /usr/include | xargs grep _IOW
+-and find some file other than sys/sockio.h containing the macro, email
+-dan@doxpara.com and I'll get it in the next build."
++#error "We couldn't find the system macro _IOW on your machine...if you run find /usr/include | xargs grep _IOW and find some file other than sys/sockio.h containing the macro, email dan@doxpara.com and I'll get it in the next build."
+ #endif
+
+ #include <sys/types.h>