diff options
Diffstat (limited to 'chat/silc-client/patches/patch-af')
-rw-r--r-- | chat/silc-client/patches/patch-af | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chat/silc-client/patches/patch-af b/chat/silc-client/patches/patch-af new file mode 100644 index 00000000000..ec3b7946c8e --- /dev/null +++ b/chat/silc-client/patches/patch-af @@ -0,0 +1,15 @@ +$NetBSD: patch-af,v 1.1 2004/06/11 10:05:06 salo Exp $ + +--- lib/contrib/Makefile.in.orig 2004-02-29 16:10:01.000000000 +0100 ++++ lib/contrib/Makefile.in 2004-06-11 11:31:45.000000000 +0200 +@@ -287,7 +298,9 @@ + target_os = @target_os@ + target_vendor = @target_vendor@ + AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign +-noinst_LTLIBRARIES = libcontrib.la ++@HAVE_GETOPT_LONG_FALSE@noinst_LTLIBRARIES = libcontrib.la ++@HAVE_GETOPT_LONG_TRUE@@HAVE_REGEX_FALSE@noinst_LTLIBRARIES = libcontrib.la ++@HAVE_GETOPT_LONG_TRUE@@HAVE_REGEX_TRUE@noinst_LTLIBRARIES = + @HAVE_GETOPT_LONG_FALSE@GETOPT = getopt.c getopt1.c + @HAVE_GETOPT_LONG_TRUE@GETOPT = + @HAVE_REGEX_FALSE@REGEX = regex.c |