diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-26 09:51:55 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-26 09:51:55 +0000 |
commit | 7e5e9a7b8e0bf3f1b7218623b628e1938e93c4a7 (patch) | |
tree | 83fd28aefb7e7fc74fe1f8621c4f7c9090cceb4f /devel/libglade2/files | |
parent | Use USE_LIBTOOL. (diff) |
Add patch necessary for USE_LIBTOOL.
Notes
Notes:
svn path=/head/; revision=58159
Diffstat (limited to 'devel/libglade2/files')
-rw-r--r-- | devel/libglade2/files/patch-configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libglade2/files/patch-configure b/devel/libglade2/files/patch-configure new file mode 100644 index 000000000000..388dd58bf14b --- /dev/null +++ b/devel/libglade2/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- configure 2002/04/26 09:41:08 1.1 ++++ configure 2002/04/26 09:41:27 +@@ -7406,6 +7406,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' |