diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-13 03:24:47 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-13 03:24:47 +0800 |
commit | 10c18684bccb27a919b3f6514a8c2b5e36881528 (patch) | |
tree | 67f07b75680418876000610e4b792b4ebf37f688 /www/epiphany/files | |
parent | 49c92ffdc93bf60fcb649905e1a95c4f70bd3a47 (diff) | |
download | freebsd-ports-gnome-10c18684bccb27a919b3f6514a8c2b5e36881528.tar.gz freebsd-ports-gnome-10c18684bccb27a919b3f6514a8c2b5e36881528.tar.zst freebsd-ports-gnome-10c18684bccb27a919b3f6514a8c2b5e36881528.zip |
* Update to 0.7.0
* Add support for the Nautilus View
Diffstat (limited to 'www/epiphany/files')
-rw-r--r-- | www/epiphany/files/patch-configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/epiphany/files/patch-configure b/www/epiphany/files/patch-configure new file mode 100644 index 000000000000..462a30148646 --- /dev/null +++ b/www/epiphany/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig Fri Jun 6 14:15:07 2003 ++++ configure Thu Jun 12 14:59:44 2003 +@@ -18202,6 +18202,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' +@@ -20127,7 +20128,7 @@ + + if test "x${nautilus_prefix}" != "x${epiphany_prefix}"; then + cat >>confdefs.h <<_ACEOF +-#define NAUTILUS_PREFIX "${nautilus_prefix}" ++#define NAUTILUS_PREFIX "${epiphany_prefix}" + _ACEOF + + fi |