diff options
author | ache <ache@FreeBSD.org> | 2004-06-14 04:42:47 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-06-14 04:42:47 +0000 |
commit | 9d371a00da697ae1202e9ba61224ce2665f137cd (patch) | |
tree | d07f442aa4b7f07e7e25e444452ef727d248c4b2 /www | |
parent | c194fe74547386cf925e8f1a2a408f1c31310eba (diff) | |
download | FreeBSD-ports-9d371a00da697ae1202e9ba61224ce2665f137cd.zip FreeBSD-ports-9d371a00da697ae1202e9ba61224ce2665f137cd.tar.gz |
Use LOCALBASE for libtool
Diffstat (limited to 'www')
-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 4422058..2ccf406 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 f13ee23..9b5300f 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 4422058..2ccf406 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 f13ee23..9b5300f 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" \ |