diff options
author | drochner <drochner> | 2009-06-17 17:54:46 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-06-17 17:54:46 +0000 |
commit | faa939f49eb40b7ce387933faa96894933bd5d70 (patch) | |
tree | 5a327edc7be3ca6afccf6c1e0c106b0a0ac5bfdf /security/gnutls | |
parent | 4026557dacc646b5e3207d7cc30bbff81b02e8e7 (diff) | |
download | pkgsrc-faa939f49eb40b7ce387933faa96894933bd5d70.tar.gz |
fix build for systems without sys/ioctl.h (as Solaris 10),
addresses the first half of PR pkg/41610 by Joern Clausen
Diffstat (limited to 'security/gnutls')
-rw-r--r-- | security/gnutls/distinfo | 3 | ||||
-rw-r--r-- | security/gnutls/patches/patch-aj | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index 7cdbeb9e922..9da8ee70ea6 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.55 2009/06/09 18:56:37 wiz Exp $ +$NetBSD: distinfo,v 1.56 2009/06/17 17:54:46 drochner Exp $ SHA1 (gnutls-2.8.0.tar.bz2) = 7c102253bb4e817f393b9979a62c647010312eac RMD160 (gnutls-2.8.0.tar.bz2) = ad9d356ab55567ffc65c7fa4f48d8594a1cd5981 @@ -7,3 +7,4 @@ SHA1 (patch-ab) = 17605f0d3b1895c1c63c8dabc21bdebf95eb7785 SHA1 (patch-ae) = f505476ce0477dc547e8698d205d6ba26fe85f48 SHA1 (patch-af) = bd4701640dfef5bfdce87d620befd93098b0dff3 SHA1 (patch-ai) = 2c5c181ec6de9622cac66c2d5fe2cc8f3f89fbe8 +SHA1 (patch-aj) = 55187c2a07d67f789678b1a404c6b119b311fc82 diff --git a/security/gnutls/patches/patch-aj b/security/gnutls/patches/patch-aj new file mode 100644 index 00000000000..99df52995a2 --- /dev/null +++ b/security/gnutls/patches/patch-aj @@ -0,0 +1,12 @@ +$NetBSD: patch-aj,v 1.1 2009/06/17 17:54:46 drochner Exp $ + +--- gl/tests/Makefile.in.orig 2009-06-17 19:44:48.000000000 +0200 ++++ gl/tests/Makefile.in +@@ -949,6 +949,7 @@ test_select_LDADD = $(LDADD) @LIBSOCKET@ + test_select_fd_LDADD = $(LDADD) @LIBSOCKET@ + test_select_stdin_LDADD = $(LDADD) @LIBSOCKET@ + test_sockets_LDADD = $(LDADD) @LIBSOCKET@ ++LINK_WARNING_H = $(top_srcdir)/build-aux/link-warning.h + all: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) all-recursive + |