diff options
author | dholland <dholland@pkgsrc.org> | 2010-06-03 02:28:31 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2010-06-03 02:28:31 +0000 |
commit | 2132885e98114e5340c64c9be6130c4abd59d014 (patch) | |
tree | 290561967214b635a8310256d7b2e994d225e198 /security | |
parent | 5399c1c05b5c22fe0d6b7c08e9cb3ef3c718214e (diff) | |
download | pkgsrc-2132885e98114e5340c64c9be6130c4abd59d014.tar.gz |
PR 43393: security/gsasl-1.1 fails to build on solaris
Diffstat (limited to 'security')
-rw-r--r-- | security/gsasl/patches/patch-aa | 13 | ||||
-rw-r--r-- | security/gsasl/patches/patch-ab | 12 |
2 files changed, 25 insertions, 0 deletions
diff --git a/security/gsasl/patches/patch-aa b/security/gsasl/patches/patch-aa new file mode 100644 index 00000000000..40ae933c5ca --- /dev/null +++ b/security/gsasl/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2010/06/03 02:28:31 dholland Exp $ + +--- gltests/Makefile.am~ 2009-03-24 06:24:41.000000000 +0000 ++++ gltests/Makefile.am +@@ -10,6 +10,8 @@ + # + # Generated by gnulib-tool. + ++LINK_WARNING_H=$(top_srcdir)/build-aux/link-warning.h ++ + AUTOMAKE_OPTIONS = 1.5 foreign + + SUBDIRS = diff --git a/security/gsasl/patches/patch-ab b/security/gsasl/patches/patch-ab new file mode 100644 index 00000000000..56e5c889bdb --- /dev/null +++ b/security/gsasl/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2010/06/03 02:28:31 dholland Exp $ + +--- gltests/Makefile.in~ 2009-03-25 15:05:49.000000000 +0000 ++++ gltests/Makefile.in +@@ -24,6 +24,7 @@ + # + # Generated by gnulib-tool. + ++LINK_WARNING_H = $(top_srcdir)/build-aux/link-warning.h + + + VPATH = @srcdir@ |