diff options
author | tv <tv@pkgsrc.org> | 2005-11-07 21:42:22 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-07 21:42:22 +0000 |
commit | 67b91fbe6990738a9a690c94a3db7381049deb42 (patch) | |
tree | 0762de7d0f79419eca22190c1454a5e6e66df601 /net/libsscript/patches | |
parent | 865edd6b81ef5b6c5c9c27c01ddf3fefbe2364cd (diff) | |
download | pkgsrc-67b91fbe6990738a9a690c94a3db7381049deb42.tar.gz |
Don't try including <net/if.h> on Interix.
Diffstat (limited to 'net/libsscript/patches')
-rw-r--r-- | net/libsscript/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/libsscript/patches/patch-ab b/net/libsscript/patches/patch-ab new file mode 100644 index 00000000000..594d152f7cc --- /dev/null +++ b/net/libsscript/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1 2005/11/07 21:42:22 tv Exp $ + +--- sscript.c.orig 2000-02-01 20:21:05.000000000 -0500 ++++ sscript.c +@@ -10,7 +10,9 @@ + #include <sys/socket.h> + #include <sys/time.h> + #include <netinet/in.h> ++#ifndef __INTERIX + #include <net/if.h> ++#endif + #include <strings.h> + #include <sys/file.h> + #include <signal.h> |