summaryrefslogtreecommitdiff
path: root/net/libsocket++
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-08-03 22:36:52 +0000
committerAde Lovett <ade@FreeBSD.org>2004-08-03 22:36:52 +0000
commite32a8245791aab6e734fe5ecda71641e15c94b45 (patch)
tree4daccf3b91f25a920b92ab009f8f336fb635fb30 /net/libsocket++
parent- Fix conjuration with gcc-3.4.2 (diff)
Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each other. This marks the end of "Phase 1" of the autotools updates.
Diffstat (limited to 'net/libsocket++')
-rw-r--r--net/libsocket++/files/patch-autogen20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/libsocket++/files/patch-autogen b/net/libsocket++/files/patch-autogen
new file mode 100644
index 000000000000..f9e01bc6f041
--- /dev/null
+++ b/net/libsocket++/files/patch-autogen
@@ -0,0 +1,20 @@
+--- autogen.orig Tue Mar 18 15:47:57 2003
++++ autogen Wed Jul 7 17:45:10 2004
+@@ -14,12 +14,12 @@
+ else
+- libtoolize --automake
++ libtoolize13 --automake
+ fi
+ echo "aclocal..."
+-aclocal
++aclocal15
+ echo "autoheader..."
+-autoheader
++autoheader253
+ echo "automake..."
+-automake --add-missing
++automake15 --add-missing
+ echo "autoconf..."
+-autoconf
++autoconf253
+