diff options
author | pav <pav@FreeBSD.org> | 2004-07-13 03:06:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-13 03:06:57 +0800 |
commit | 4851ea4925c29b61bdf9e29cd32a6aa0c9209cc8 (patch) | |
tree | 3def51df09d8e8799fd6071dbfacec18115938ef /science/gchemutils | |
parent | da54ed0aa2f17fef2e6f75dd8c41a51da4e5184f (diff) | |
download | freebsd-ports-gnome-4851ea4925c29b61bdf9e29cd32a6aa0c9209cc8.tar.gz freebsd-ports-gnome-4851ea4925c29b61bdf9e29cd32a6aa0c9209cc8.tar.zst freebsd-ports-gnome-4851ea4925c29b61bdf9e29cd32a6aa0c9209cc8.zip |
- Poke new libtool infrastructure: use system libtool
Diffstat (limited to 'science/gchemutils')
-rw-r--r-- | science/gchemutils/Makefile | 2 | ||||
-rw-r--r-- | science/gchemutils/files/patch-configure | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index 32c5d48a623f..af174bcdeca8 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix libglade2 libgnomeprint libgnomeui USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" diff --git a/science/gchemutils/files/patch-configure b/science/gchemutils/files/patch-configure deleted file mode 100644 index d7a69558f534..000000000000 --- a/science/gchemutils/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Mar 1 22:09:31 2003 -+++ configure Tue Mar 18 12:30:50 2003 -@@ -8256,6 +8256,8 @@ - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" - -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS -+ - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' - |