diff options
author | marcus <marcus@FreeBSD.org> | 2002-10-13 06:50:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-10-13 06:50:39 +0800 |
commit | 912fc54f2eabf4906a1628bdddc74cc2cc5f278a (patch) | |
tree | 5783ee7805850242844a53ffb1498faf419beea9 /x11-toolkits/gtkglarea2 | |
parent | 51f2de412c1876bc86a802def023af03ed395ae9 (diff) | |
download | freebsd-ports-gnome-912fc54f2eabf4906a1628bdddc74cc2cc5f278a.tar.gz freebsd-ports-gnome-912fc54f2eabf4906a1628bdddc74cc2cc5f278a.tar.zst freebsd-ports-gnome-912fc54f2eabf4906a1628bdddc74cc2cc5f278a.zip |
Add patch forgotten in last commit.
Diffstat (limited to 'x11-toolkits/gtkglarea2')
-rw-r--r-- | x11-toolkits/gtkglarea2/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/gtkglarea2/files/patch-configure b/x11-toolkits/gtkglarea2/files/patch-configure new file mode 100644 index 000000000000..46d72e411868 --- /dev/null +++ b/x11-toolkits/gtkglarea2/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Sat Oct 12 17:04:11 2002 ++++ configure Sat Oct 12 17:04:34 2002 +@@ -7311,6 +7311,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' |