Fix shell portability in m4 comment.
This commit is contained in:
parent
2590b80828
commit
04ad4a1ddf
2 changed files with 15 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
|||
$NetBSD: distinfo,v 1.6 2015/11/04 00:35:46 agc Exp $
|
||||
$NetBSD: distinfo,v 1.7 2020/03/26 21:53:31 joerg Exp $
|
||||
|
||||
SHA1 (yafc-0.7.10.tar.bz2) = a9a0cd2a86bb3e36b670c74fd348d68087cbe7b4
|
||||
RMD160 (yafc-0.7.10.tar.bz2) = f785bc4e9cfbef7d3aa35714726dce7a484e2eed
|
||||
SHA512 (yafc-0.7.10.tar.bz2) = 92505eb4581230bc240d9b3bb73253cd2714fcd56fd021099861882e3d4aea6d9ab8fc31337f6a645b0d5d26f32d6ed01cec351b7f1bbbde3540e90a3bd84614
|
||||
Size (yafc-0.7.10.tar.bz2) = 403013 bytes
|
||||
SHA1 (patch-aa) = 91be0ade7cfb7fb72c452a6bd18c4dda353db71f
|
||||
SHA1 (patch-configure.in) = 26b354d32ad57df5fffe578ed3a630eb9dd5c6f3
|
||||
SHA1 (patch-lib_bashline.c) = 8a709ffe7e12277d71db90c89962622d6f64acdd
|
||||
SHA1 (patch-lib_bashline.h) = 059e5c47ed016a8b42de4384322def540d93f525
|
||||
SHA1 (patch-src_completion.c) = 3a6a0ea80088e0ebe00a44e094ff1cfc5a44064c
|
||||
|
|
13
net/yafc/patches/patch-configure.in
Normal file
13
net/yafc/patches/patch-configure.in
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-configure.in,v 1.1 2020/03/26 21:53:31 joerg Exp $
|
||||
|
||||
--- configure.in.orig 2020-03-26 11:58:13.964325554 +0000
|
||||
+++ configure.in
|
||||
@@ -255,7 +255,7 @@ if test "$mhe_with_krb4" = "yes" -o "$mh
|
||||
fi
|
||||
|
||||
dnl if test "$found_all_krb5" = "1" ; then
|
||||
-dnl if test "$krb5_flavor" == "heimdal" ; then
|
||||
+dnl if test "$krb5_flavor" = "heimdal" ; then
|
||||
dnl dnl Heimdal calls this libdb
|
||||
dnl AC_CHECK_LIB(db, dbopen)
|
||||
dnl if test "$ac_cv_lib_db_dbopen" = "no" ; then
|
Loading…
Reference in a new issue