diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-29 21:09:02 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-29 21:09:02 +0000 |
commit | bec80830fda230bac621286e01d5367da4551323 (patch) | |
tree | 8ac2fe2efc3ba8c6ccc7b83b5ad76cd063637d1a /deskutils/mrproject/files/patch-configure | |
parent | Removed broken qt2 support. It's QT3 only now. (diff) |
* Fix build with Evolution 1.2
* Give this port some much-needed TLC in the form of USE_REINPLACE and
USE_GNOMENG.
* Bump PORTREVISION as the Evo fixes will require users to rebuild
Mr. Project for correct functionality.
The build problems were
Reported by: bento and beta
Notes
Notes:
svn path=/head/; revision=71234
Diffstat (limited to 'deskutils/mrproject/files/patch-configure')
-rw-r--r-- | deskutils/mrproject/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/mrproject/files/patch-configure b/deskutils/mrproject/files/patch-configure new file mode 100644 index 000000000000..3efd2b498abe --- /dev/null +++ b/deskutils/mrproject/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Fri Nov 29 15:41:01 2002 ++++ configure Fri Nov 29 15:41:11 2002 +@@ -5298,6 +5298,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' |