diff options
author | joerg <joerg@pkgsrc.org> | 2013-07-19 12:50:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-07-19 12:50:44 +0000 |
commit | c624313310dcf563b6a063dab3ee17c259ba54d6 (patch) | |
tree | 8fe7704a3c1b8a2d4bb084d2f0146b3ca3fe37f9 /devel/openrcs | |
parent | dc3d7fab388f366f5de97305d9aa403ea5cf0483 (diff) | |
download | pkgsrc-c624313310dcf563b6a063dab3ee17c259ba54d6.tar.gz |
Fix build with automake 1.4.
Diffstat (limited to 'devel/openrcs')
-rw-r--r-- | devel/openrcs/distinfo | 4 | ||||
-rw-r--r-- | devel/openrcs/patches/patch-bootstrap | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/openrcs/distinfo b/devel/openrcs/distinfo index 695f0e5c68f..ae3d5a3bd9c 100644 --- a/devel/openrcs/distinfo +++ b/devel/openrcs/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2013/06/03 21:15:35 asau Exp $ +$NetBSD: distinfo,v 1.2 2013/07/19 12:50:44 joerg Exp $ SHA1 (openrcs-20110824192219.tar.gz) = 582ca78a9efcc193c18d82fae0617468bdc75b1d RMD160 (openrcs-20110824192219.tar.gz) = 266fd50d49da2fbacd2a7c05e2f545a3a19331ad Size (openrcs-20110824192219.tar.gz) = 106878 bytes -SHA1 (patch-bootstrap) = d520fefce0a555d23332d8629ac59c7d1eb5558e +SHA1 (patch-bootstrap) = 705640b108251219b193b988133f17d030a696a3 diff --git a/devel/openrcs/patches/patch-bootstrap b/devel/openrcs/patches/patch-bootstrap index 65fe376e2eb..25f9bea26f1 100644 --- a/devel/openrcs/patches/patch-bootstrap +++ b/devel/openrcs/patches/patch-bootstrap @@ -1,4 +1,4 @@ -$NetBSD: patch-bootstrap,v 1.1.1.1 2013/06/03 21:15:35 asau Exp $ +$NetBSD: patch-bootstrap,v 1.2 2013/07/19 12:50:44 joerg Exp $ --- bootstrap.orig 2010-08-24 22:08:11.000000000 +0000 +++ bootstrap @@ -7,7 +7,7 @@ $NetBSD: patch-bootstrap,v 1.1.1.1 2013/06/03 21:15:35 asau Exp $ # Check for automake amvers="no" -for v in 10 9 8 7 6 5; do -+for v in 13 12 11 10 9 8 7 6 5; do ++for v in 14 13 12 11 10 9 8 7 6 5; do if automake-1.${v} --version >/dev/null 2>&1; then amvers="-1.${v}" break |