diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-03 08:17:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-03 08:17:19 +0000 |
commit | b46f180628b97b639448f2ca8d4e27bd7aff4c73 (patch) | |
tree | 6b8ceae32c907b4d7dec5dfaea765ff2f88295d2 /editors/dasher/files/patch-configure | |
parent | Add www/urchin5 : Commercial software, also comes bundled with Apache-SSL (diff) |
Merge diffs from my GNOME 2.5 repo.
* Make this port build
* Use USE_BZIP2
* Point to MASTER_SITE_GNOME
* Correct pkg-plist
* Obey CFLAGS
* Use USE_LIBTOOL to avoid threading problems on -CURRENT
* Add additional categories
Notes
Notes:
svn path=/head/; revision=97190
Diffstat (limited to 'editors/dasher/files/patch-configure')
-rw-r--r-- | editors/dasher/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/dasher/files/patch-configure b/editors/dasher/files/patch-configure new file mode 100644 index 000000000000..f195f07b43c6 --- /dev/null +++ b/editors/dasher/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Dec 11 18:31:51 2002 ++++ configure Thu Dec 12 12:07:17 2002 +@@ -7414,6 +7414,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' |