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 | 42158926f700f553c1d9f765736c4bd993562766 (patch) | |
tree | 0762de7d0f79419eca22190c1454a5e6e66df601 /net/libsscript | |
parent | b0b043bef4ebbbd6667ef16165c60cb4316cbd24 (diff) | |
download | pkgsrc-42158926f700f553c1d9f765736c4bd993562766.tar.gz |
Don't try including <net/if.h> on Interix.
Diffstat (limited to 'net/libsscript')
-rw-r--r-- | net/libsscript/distinfo | 3 | ||||
-rw-r--r-- | net/libsscript/patches/patch-ab | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/net/libsscript/distinfo b/net/libsscript/distinfo index 816cf6b44f4..727a9250322 100644 --- a/net/libsscript/distinfo +++ b/net/libsscript/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 12:13:52 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/11/07 21:42:22 tv Exp $ SHA1 (sscript-lib2.0.tar) = f2de038ea95f2b553b57c5694fa6cd2530b6af30 RMD160 (sscript-lib2.0.tar) = 55fd459cb5d8b99a1bb6b0d4a846383a2ebef6e7 Size (sscript-lib2.0.tar) = 30720 bytes SHA1 (patch-aa) = a055668a994db3d865867f28fc64f5072b47933e +SHA1 (patch-ab) = 2992654b4109c6751f350676192980755f163835 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> |