diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-20 07:39:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-20 07:39:26 +0000 |
commit | fd24afcf7794cce231dc3feaec39856d4c6b29dc (patch) | |
tree | 0b6364db91e60b3752df1af593ad1c7b1f62bac4 /www/mozilla-devel/files/patch-config_autoconf.mk.in | |
parent | - abort when /nonexistent does exist. (diff) |
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
Diffstat (limited to 'www/mozilla-devel/files/patch-config_autoconf.mk.in')
-rw-r--r-- | www/mozilla-devel/files/patch-config_autoconf.mk.in | 14 |
1 files changed, 7 insertions, 7 deletions
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 |