1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

libtool patch to improve chances that this port builds in some

installations
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-09-20 14:53:15 +00:00
parent 3201ef7799
commit c7ad7f9857
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66846
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- configure.orig Wed Jul 17 00:34:59 2002
+++ configure Wed Jul 17 00:35:47 2002
@@ -7297,6 +7297,7 @@
# 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'

View File

@ -0,0 +1,10 @@
--- configure.orig Wed Jul 17 00:34:59 2002
+++ configure Wed Jul 17 00:35:47 2002
@@ -7297,6 +7297,7 @@
# 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'