diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-07-11 13:24:05 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-07-11 13:24:05 +0000 |
commit | ac22814b442b9225f13cf50bfd220422e724276f (patch) | |
tree | 7650795086e90075b33aecb7281e83f3669a2dec /devel/popt | |
parent | cdf0f8628fdbdc5f66f05db535549878a6c787ff (diff) | |
download | ports-ac22814b442b9225f13cf50bfd220422e724276f.tar.gz ports-ac22814b442b9225f13cf50bfd220422e724276f.zip |
Notes
Diffstat (limited to 'devel/popt')
-rw-r--r-- | devel/popt/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/popt/files/patch-configure b/devel/popt/files/patch-configure new file mode 100644 index 000000000000..708ae4a9fddf --- /dev/null +++ b/devel/popt/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Jul 10 10:15:37 2002 ++++ configure Wed Jul 10 10:15:59 2002 +@@ -5442,6 +5442,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' |