diff options
-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@ |