diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-21 16:36:12 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-21 16:36:12 +0000 |
| commit | 0be5e6c2044165784ec9bc84c3bed61e16ce3e70 (patch) | |
| tree | 1272c5cc6e0a749a7ca10396ed6cf30889603964 /www/mozilla/files/patch-config_autoconf.mk.in | |
| parent | Make sure fc-cache is run after installation for both the port and (diff) | |
At last, the long awaited update to 1.2.1. Let the bloodbath begin!
* Update to 1.2.1
* Add optional GTK2 and Xft support
* Re-enable optimizations [1]
* Disable JavaScript debugger by default [1]
* Add calendar support [2]
PR: 45789, 45969 [2]
Submitted by: Joe Kelsey <joek@zircon.staff.flyingcroc.net> [2]
Suggested by: David Schultz <dschultz@uclink.Berkeley.EDU>
Notes
Notes:
svn path=/head/; revision=73726
Diffstat (limited to 'www/mozilla/files/patch-config_autoconf.mk.in')
| -rw-r--r-- | www/mozilla/files/patch-config_autoconf.mk.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/mozilla/files/patch-config_autoconf.mk.in b/www/mozilla/files/patch-config_autoconf.mk.in new file mode 100644 index 000000000000..c119b0c2c6a8 --- /dev/null +++ b/www/mozilla/files/patch-config_autoconf.mk.in @@ -0,0 +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 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + bindir = @bindir@ +-includedir = @includedir@/mozilla-$(MOZILLA_VERSION) ++includedir = @includedir@/mozilla%%HEADERS_SUFX%% + libdir = @libdir@ + datadir = @datadir@ + mandir = @mandir@ + idldir = @datadir@/idl/mozilla-$(MOZILLA_VERSION) + +-mozappdir = $(libdir)/mozilla-$(MOZILLA_VERSION) ++mozappdir = $(libdir)/%%MOZILLA%% + mredir = $(libdir)/mre/mre-$(MOZILLA_VERSION) + mrelibdir = $(mredir)/lib + |
