summaryrefslogtreecommitdiff
path: root/net/socket++/patches
diff options
context:
space:
mode:
authorwiz <wiz>2013-01-26 22:14:04 +0000
committerwiz <wiz>2013-01-26 22:14:04 +0000
commit2620d0d0eada7a46f4e72297aaceeb04fe3c484b (patch)
tree76810b6e618a0980fd260a2c63ed80f26e17c67b /net/socket++/patches
parentc20b31f93159721115a8882e9b7d78f06fc5d4e9 (diff)
downloadpkgsrc-2620d0d0eada7a46f4e72297aaceeb04fe3c484b.tar.gz
automake-1.13 compat.
Diffstat (limited to 'net/socket++/patches')
-rw-r--r--net/socket++/patches/patch-configure.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/socket++/patches/patch-configure.in b/net/socket++/patches/patch-configure.in
new file mode 100644
index 00000000000..b9a86315d2f
--- /dev/null
+++ b/net/socket++/patches/patch-configure.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure.in,v 1.1 2013/01/26 22:14:04 wiz Exp $
+
+automake-1.13 compat.
+
+--- configure.in.orig 2003-04-26 13:57:44.000000000 +0000
++++ configure.in
+@@ -26,7 +26,7 @@ dnl Inititalize automake stuff
+ AM_INIT_AUTOMAKE(socket++,$SOCKET_VERSION)
+
+ dnl Specify a configuration file
+-AM_CONFIG_HEADER(socket++/config.h)
++AC_CONFIG_HEADERS(socket++/config.h)
+
+ dnl check for programs
+ AC_PROG_MAKE_SET