diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 06:54:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 06:54:48 +0000 |
commit | 2baa7640f44fe8d89a9ad6e64d5ba3b74669c658 (patch) | |
tree | 54f28b9dfc2bdb31427cdd5e14f71f5a5e0d06d1 /www/firefox-devel/files/patch-config_autoconf.mk.in | |
parent | Add thunderbird-devel after a repocopy from ports/mail/thunderbird. (diff) |
Add firefox-devel after a repocopy from ports/www/firefox. Firefox-devel
represents work in progress towards Firefox 1.5. See
http://www.mozilla.org/products/firefox/releases/1.5.html for more details.
Most of this work was done by ahze and mnag.
Diffstat (limited to 'www/firefox-devel/files/patch-config_autoconf.mk.in')
-rw-r--r-- | www/firefox-devel/files/patch-config_autoconf.mk.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/firefox-devel/files/patch-config_autoconf.mk.in b/www/firefox-devel/files/patch-config_autoconf.mk.in new file mode 100644 index 000000000000..62548420f30a --- /dev/null +++ b/www/firefox-devel/files/patch-config_autoconf.mk.in @@ -0,0 +1,18 @@ +--- config/autoconf.mk.in.orig Thu Jul 14 00:50:06 2005 ++++ config/autoconf.mk.in Thu Jul 14 00:50:40 2005 +@@ -50,13 +50,13 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + bindir = @bindir@ +-includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) ++includedir = @includedir@/%%FIREFOX%% + libdir = @libdir@ + datadir = @datadir@ + mandir = @mandir@ + idldir = @datadir@/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) + +-mozappdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) ++mozappdir = $(libdir)/%%FIREFOX%% + mredir = $(libdir)/mre/mre-$(MOZ_APP_VERSION) + mrelibdir = $(mredir)/lib + |