diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /www/mnogosearch31 | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'www/mnogosearch31')
-rw-r--r-- | www/mnogosearch31/Makefile | 1 | ||||
-rw-r--r-- | www/mnogosearch31/files/patch-ad | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile index 9298749bea8f..794b86c40e30 100644 --- a/www/mnogosearch31/Makefile +++ b/www/mnogosearch31/Makefile @@ -21,7 +21,6 @@ MAN5= indexer.conf.5 INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:13 APACHE_COMPAT= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/www/mnogosearch31/files/patch-ad b/www/mnogosearch31/files/patch-ad index 9b5300f64807..602a669b6276 100644 --- a/www/mnogosearch31/files/patch-ad +++ b/www/mnogosearch31/files/patch-ad @@ -1,31 +1,5 @@ --- configure.orig Tue Jun 17 13:35:22 2003 +++ configure Mon Jun 14 07:46:23 2004 -@@ -3176,13 +3176,14 @@ - fi - rm -f confcache - -+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" \ - LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ - DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \ -+${CONFIG_SHELL-/bin/sh} $lt_aux_dir/ltconfig --no-reexec \ -+$libtool_flags --no-verify $lt_aux_dir/ltmain.sh $lt_target \ - || { { echo "$as_me:$LINENO: error: libtool configure failed" >&5 - echo "$as_me: error: libtool configure failed" >&2;} - { (exit 1); exit 1; }; } -@@ -3207,7 +3208,7 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS="$lt_aux_dir/ltconfig $lt_aux_dir/ltmain.sh" - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' @@ -3659,6 +3660,8 @@ #line $LINENO "configure" #include "confdefs.h" |