diff options
author | wiz <wiz> | 2013-01-26 23:00:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-01-26 23:00:32 +0000 |
commit | 632cb3a7275817093eed9dedefa77bda1720a674 (patch) | |
tree | b6f5d187e1c57d62922942c7cb52ab3605b11cff /archivers | |
parent | f9a88ce6b0c8e628c500812bbf5503d7b6394d86 (diff) | |
download | pkgsrc-632cb3a7275817093eed9dedefa77bda1720a674.tar.gz |
automake-1.13 compat.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/torrentzip/distinfo | 3 | ||||
-rw-r--r-- | archivers/torrentzip/patches/patch-configure.ac | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/archivers/torrentzip/distinfo b/archivers/torrentzip/distinfo index 75d93f0f394..538457e3e64 100644 --- a/archivers/torrentzip/distinfo +++ b/archivers/torrentzip/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/05/06 08:35:15 dillo Exp $ +$NetBSD: distinfo,v 1.2 2013/01/26 23:00:32 wiz Exp $ SHA1 (trrntzip_v02_src.tar.gz) = ad2487d7e9edc6608358104df8367da3d535fd2b RMD160 (trrntzip_v02_src.tar.gz) = 1a6718babc3cfb42e99fadbb53360ecb4f15b5b9 Size (trrntzip_v02_src.tar.gz) = 46971 bytes SHA1 (patch-aa) = 639626aab0ab5f3a359cde057d83f0291f1476cb +SHA1 (patch-configure.ac) = f6657e42c74ad4722c852c733c819ebb0c58e8ef 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 |