diff options
-rw-r--r-- | www/mnogosearch/Makefile | 1 | ||||
-rw-r--r-- | www/mnogosearch/files/patch-ad | 2 | ||||
-rw-r--r-- | www/mnogosearch31/Makefile | 1 | ||||
-rw-r--r-- | www/mnogosearch31/files/patch-ad | 2 |
4 files changed, 4 insertions, 2 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" \ diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile index 44220580afe3..2ccf4065b0cb 100644 --- a/www/mnogosearch31/Makefile +++ b/www/mnogosearch31/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/mnogosearch31/files/patch-ad b/www/mnogosearch31/files/patch-ad index f13ee23c3acd..9b5300f64807 100644 --- a/www/mnogosearch31/files/patch-ad +++ b/www/mnogosearch31/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" \ |