openbsd-ports/www/squid/patches/patch-bootstrap_sh
2020-01-21 21:40:46 +00:00

15 lines
400 B
Plaintext

$OpenBSD: patch-bootstrap_sh,v 1.6 2020/01/21 21:40:46 sthen Exp $
Index: bootstrap.sh
--- bootstrap.sh.orig
+++ bootstrap.sh
@@ -130,7 +130,7 @@ do
mkdir -p cfgaux
if test -n "$ltpath"; then
- acincludeflag="-I $ltpath/../share/aclocal"
+ acincludeflag="-I ${LOCALBASE}/share/aclocal"
else
acincludeflag=""
fi