diff options
Diffstat (limited to 'net-analyzer/paketto/files/1.10-gcc3.patch')
-rw-r--r-- | net-analyzer/paketto/files/1.10-gcc3.patch | 15 |
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> |