From fd24afcf7794cce231dc3feaec39856d4c6b29dc Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 20 Mar 2004 07:39:26 +0000 Subject: Update to 1.7.b * Re-add OPTIONS support reorganizing the Makefile some * Enable Kerberos/GSSAPI support (please test) * Enable optional smb:// URI support through gnomevfs2 For a list of all the changes in 1.7 beta, please see: http://www.mozilla.org/releases/mozilla1.7b/README.html#new --- www/mozilla-devel/files/patch-config_autoconf.mk.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'www/mozilla-devel/files/patch-config_autoconf.mk.in') diff --git a/www/mozilla-devel/files/patch-config_autoconf.mk.in b/www/mozilla-devel/files/patch-config_autoconf.mk.in index c119b0c2c6a8..9c7c471bec3c 100644 --- a/www/mozilla-devel/files/patch-config_autoconf.mk.in +++ b/www/mozilla-devel/files/patch-config_autoconf.mk.in @@ -1,18 +1,18 @@ ---- config/autoconf.mk.in.orig Sun Nov 17 14:47:49 2002 -+++ config/autoconf.mk.in Sun Nov 17 14:48:17 2002 -@@ -30,13 +30,13 @@ +--- config/autoconf.mk.in.orig Mon Mar 15 22:56:25 2004 ++++ config/autoconf.mk.in Fri Mar 19 15:17:50 2004 +@@ -31,13 +31,13 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ --includedir = @includedir@/mozilla-$(MOZILLA_VERSION) +-includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) +includedir = @includedir@/mozilla%%HEADERS_SUFX%% libdir = @libdir@ datadir = @datadir@ mandir = @mandir@ - idldir = @datadir@/idl/mozilla-$(MOZILLA_VERSION) + idldir = @datadir@/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) --mozappdir = $(libdir)/mozilla-$(MOZILLA_VERSION) +-mozappdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) +mozappdir = $(libdir)/%%MOZILLA%% - mredir = $(libdir)/mre/mre-$(MOZILLA_VERSION) + mredir = $(libdir)/mre/mre-$(MOZ_APP_VERSION) mrelibdir = $(mredir)/lib -- cgit v1.2.3