diff options
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/torrentzip/files/torrentzip-0.9-autoconf-quote.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-arch/torrentzip/files/torrentzip-0.9-autoconf-quote.patch b/app-arch/torrentzip/files/torrentzip-0.9-autoconf-quote.patch index c71542f4c7dd..f1f15ced173e 100644 --- a/app-arch/torrentzip/files/torrentzip-0.9-autoconf-quote.patch +++ b/app-arch/torrentzip/files/torrentzip-0.9-autoconf-quote.patch @@ -1,8 +1,8 @@ --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ --AC_INIT([TorrentZip], [0.0], [StatMan, shindakun, Ultrasubmarine, r3nh03k <http://trrntzip.sf.net>], [trrntzip]) -+AC_INIT([TorrentZip], [0.9], [[StatMan, shindakun, Ultrasubmarine, r3nh03k <http://trrntzip.sf.net>]], [trrntzip]) - - AM_INIT_AUTOMAKE - AM_CONFIG_HEADER(config.h) +-AC_INIT([TorrentZip], [0.0], [StatMan, shindakun, Ultrasubmarine, r3nh03k <http://trrntzip.sf.net>], [trrntzip])
++AC_INIT([TorrentZip], [0.9], [[StatMan, shindakun, Ultrasubmarine, r3nh03k <http://trrntzip.sf.net>]], [trrntzip])
+
+ AM_INIT_AUTOMAKE
+ AM_CONFIG_HEADER(config.h)
|