summaryrefslogtreecommitdiff
path: root/archivers/torrentzip/patches
diff options
context:
space:
mode:
authorwiz <wiz>2013-01-26 23:00:32 +0000
committerwiz <wiz>2013-01-26 23:00:32 +0000
commita506d93a6e379a03b7b129432110cde7fb14dfa3 (patch)
treeb6f5d187e1c57d62922942c7cb52ab3605b11cff /archivers/torrentzip/patches
parent532f6be62718a2923319985bd44ea95c9b3879f3 (diff)
downloadpkgsrc-a506d93a6e379a03b7b129432110cde7fb14dfa3.tar.gz
automake-1.13 compat.
Diffstat (limited to 'archivers/torrentzip/patches')
-rw-r--r--archivers/torrentzip/patches/patch-configure.ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/archivers/torrentzip/patches/patch-configure.ac b/archivers/torrentzip/patches/patch-configure.ac
new file mode 100644
index 00000000000..6fe6a47afd4
--- /dev/null
+++ b/archivers/torrentzip/patches/patch-configure.ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure.ac,v 1.1 2013/01/26 23:00:33 wiz Exp $
+
+automake-1.13 compat.
+
+--- configure.ac.orig 2005-04-05 16:12:49.000000000 +0000
++++ configure.ac
+@@ -1,7 +1,7 @@
+ AC_INIT([TorrentZip], [0.0], [StatMan, shindakun, Ultrasubmarine, r3nh03k <http://trrntzip.sf.net>], [trrntzip])
+
+ AM_INIT_AUTOMAKE
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ AM_MAINTAINER_MODE
+
+ AC_PROG_CC