diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-12 22:53:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-12 22:53:58 +0000 |
commit | ef15a1d919b0cd187223ab8b69b6851100506037 (patch) | |
tree | c4c601850f57c5e4f485b4d5a25568c8b998a926 /x11-toolkits/py-gtk2/files/patch-configure | |
parent | Use USE_X_PREFIX. (diff) |
* Update to 1.99.13 [1]
* Don't install .la files [2]
* Correct typo in pkg-install [2]
* Add missing file to plist [2]
* Correct GNOMENG dependency [2]
* Fix portlint nits [2]
PR: 43985 [1]
Submitted by: maintainer [1]
Approved by: maintainer [2]
Notes
Notes:
svn path=/head/; revision=67912
Diffstat (limited to 'x11-toolkits/py-gtk2/files/patch-configure')
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/py-gtk2/files/patch-configure b/x11-toolkits/py-gtk2/files/patch-configure new file mode 100644 index 000000000000..ae3ea6ce6ead --- /dev/null +++ b/x11-toolkits/py-gtk2/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Sat Oct 12 17:21:22 2002 ++++ configure Sat Oct 12 17:21:49 2002 +@@ -7487,6 +7487,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' |