aboutsummaryrefslogtreecommitdiffstats
path: root/www/mnogosearch
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-06-14 12:42:47 +0800
committerache <ache@FreeBSD.org>2004-06-14 12:42:47 +0800
commit9d371a00da697ae1202e9ba61224ce2665f137cd (patch)
treed07f442aa4b7f07e7e25e444452ef727d248c4b2 /www/mnogosearch
parentc194fe74547386cf925e8f1a2a408f1c31310eba (diff)
downloadfreebsd-ports-gnome-9d371a00da697ae1202e9ba61224ce2665f137cd.tar.gz
freebsd-ports-gnome-9d371a00da697ae1202e9ba61224ce2665f137cd.tar.zst
freebsd-ports-gnome-9d371a00da697ae1202e9ba61224ce2665f137cd.zip
Use LOCALBASE for libtool
Diffstat (limited to 'www/mnogosearch')
-rw-r--r--www/mnogosearch/Makefile1
-rw-r--r--www/mnogosearch/files/patch-ad2
2 files changed, 2 insertions, 1 deletions
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile
index 44220580afe3..2ccf4065b0cb 100644
--- a/www/mnogosearch/Makefile
+++ b/www/mnogosearch/Makefile
@@ -28,6 +28,7 @@ CONFIGURE_ARGS+=--enable-phrase \
--enable-shared \
--sysconfdir=${PREFIX}/etc/mnogosearch \
--localstatedir=/var/mnogosearch
+CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
OPTIONS= MNOGO_THREADS "Enable pthreads" on \
MNOGO_SSL "Enable SSL" on \
diff --git a/www/mnogosearch/files/patch-ad b/www/mnogosearch/files/patch-ad
index f13ee23c3acd..9b5300f64807 100644
--- a/www/mnogosearch/files/patch-ad
+++ b/www/mnogosearch/files/patch-ad
@@ -4,7 +4,7 @@
fi
rm -f confcache
-+lt_aux_dir=${prefix}/share/libtool13
++lt_aux_dir=${LOCALBASE}/share/libtool13
# Actually configure libtool. ac_aux_dir is where install-sh is found.
CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \