summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortron <tron>1999-05-10 22:11:40 +0000
committertron <tron>1999-05-10 22:11:40 +0000
commit436e1adcd8ab3e3db00b72be04d6c90f97cbd5e3 (patch)
treed804b1dc0a47a0ed01bc96aa43f9953370ea1f6c /security
parent94448f681240cf4d9ff079074057e70d9ad42cfb (diff)
downloadpkgsrc-436e1adcd8ab3e3db00b72be04d6c90f97cbd5e3.tar.gz
Fix problem build problem in case "automake" is installed.
Diffstat (limited to 'security')
-rw-r--r--security/ssh/patches/patch-aq22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/ssh/patches/patch-aq b/security/ssh/patches/patch-aq
new file mode 100644
index 00000000000..047fa6540ca
--- /dev/null
+++ b/security/ssh/patches/patch-aq
@@ -0,0 +1,22 @@
+$NetBSD: patch-aq,v 1.1 1999/05/10 22:11:40 tron Exp $
+
+--- gmp-2.0.2-ssh-2/aclocal.m4.orig Wed Jul 8 18:40:42 1998
++++ gmp-2.0.2-ssh-2/aclocal.m4 Mon May 10 23:50:28 1999
+@@ -20,7 +20,7 @@
+ dnl AM_INIT_AUTOMAKE(package,version, [no-define])
+
+ AC_DEFUN(AM_INIT_AUTOMAKE,
+-[AC_REQUIRE([AM_PROG_INSTALL])
++[AC_REQUIRE([AC_PROG_INSTALL])
+ PACKAGE=[$1]
+ AC_SUBST(PACKAGE)
+ VERSION=[$2]
+@@ -46,7 +46,7 @@
+
+ # serial 1
+
+-AC_DEFUN(AM_PROG_INSTALL,
++AC_DEFUN(AC_PROG_INSTALL,
+ [AC_REQUIRE([AC_PROG_INSTALL])
+ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
+ AC_SUBST(INSTALL_SCRIPT)dnl