summaryrefslogtreecommitdiff
path: root/fetchmail
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2013-01-05 09:22:51 +0100
committerDanny Rawlins <monster.romster@gmail.com>2013-01-08 00:52:10 +1100
commit6b06065d164c51007cee8afd5f08363b075b8269 (patch)
tree0b83a249d0be0d366016ed92e44d9e3f6e6145d9 /fetchmail
parent8e99773fbe2fa96310c5dd11ac12666660c1c636 (diff)
downloadopt-6b06065d164c51007cee8afd5f08363b075b8269.tar.gz
opt-6b06065d164c51007cee8afd5f08363b075b8269.tar.xz
fetchmail: fix build with automake 1.13
Diffstat (limited to 'fetchmail')
-rw-r--r--fetchmail/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail/Pkgfile b/fetchmail/Pkgfile
index fae8a9b56..2157a5404 100644
--- a/fetchmail/Pkgfile
+++ b/fetchmail/Pkgfile
@@ -5,7 +5,7 @@
name=fetchmail
version=6.3.24
-release=1
+release=2
source=(http://downloads.sourceforge.net/project/$name/branch_6.3/$name-$version.tar.xz)
build() {
@@ -13,7 +13,7 @@ build() {
# don't build python stuff
sed -i '19,21s/^/#/' Makefile.am
- autoreconf -v
+ autoreconf -vi
./configure --prefix=/usr \
--mandir=/usr/man \

Generated by cgit