diff options
author | jlam <jlam@pkgsrc.org> | 2001-03-02 00:04:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-03-02 00:04:26 +0000 |
commit | 2fae512c13d26f632cdaafe82fde570c12262d34 (patch) | |
tree | db52c26e6ed54b124f066a971135062d82d8f77d /comms/jpilot-syncmal/patches | |
parent | 40550e2c792b105a4fd8014216eaf8a5f7e12f1a (diff) | |
download | pkgsrc-2fae512c13d26f632cdaafe82fde570c12262d34.tar.gz |
Include malsync_2.0.5.src.tar.gz in DISTFILES and refer to the local
source extraction instead of reaching across the pkgsrc tree to
comms/malsync. Add a source patch from comms/malsync. Fixes 2nd half
of pkg/12308.
Diffstat (limited to 'comms/jpilot-syncmal/patches')
-rw-r--r-- | comms/jpilot-syncmal/patches/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/comms/jpilot-syncmal/patches/patch-aa b/comms/jpilot-syncmal/patches/patch-aa new file mode 100644 index 00000000000..29b1505e71e --- /dev/null +++ b/comms/jpilot-syncmal/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1 2001/03/02 00:04:27 jlam Exp $ + +--- ../malsync/mal/common/AGNet.h.orig Sun May 14 23:17:36 2000 ++++ ../malsync/mal/common/AGNet.h Thu Jun 15 14:20:07 2000 +@@ -54,6 +54,7 @@ + # else /* defined(macintosh) */ + # include <netdb.h> + # include <sys/types.h> ++# include <sys/param.h> + # include <sys/socket.h> + # include <unistd.h> + # include <netinet/in.h> +@@ -61,7 +62,7 @@ + # include <sys/filio.h> + # include <arpa/inet.h> + # else +-# ifdef __FreeBSD__ ++# if (defined(BSD) && BSD >= 199306) + # include <sys/ioctl.h> + # include <arpa/inet.h> + # else |