diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-12 07:33:02 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-12 07:33:02 +0000 |
commit | 1bb2f017ac1911b0eb730bda455be9e66ce68963 (patch) | |
tree | 26462c7d517d9d35fcdef90da116c7ce3b6d71f5 /x11-toolkits/gtk--2/files/patch-configure | |
parent | Update to 2.1.0. (diff) |
Add gtkmm2 after a repo copy from gtk--. Gtkmm2 is a collection of C++
bindings for GTK+-2.0.
PR: 36945
Submitted by: garrett rooney <rooneg@electricjellyfish.net>
Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Notes
Notes:
svn path=/head/; revision=67851
Diffstat (limited to 'x11-toolkits/gtk--2/files/patch-configure')
-rw-r--r-- | x11-toolkits/gtk--2/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/gtk--2/files/patch-configure b/x11-toolkits/gtk--2/files/patch-configure new file mode 100644 index 000000000000..c14c5d93483a --- /dev/null +++ b/x11-toolkits/gtk--2/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Sat Oct 12 00:36:53 2002 ++++ configure Sat Oct 12 00:37:15 2002 +@@ -6823,6 +6823,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' |