diff options
| author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-14 13:25:44 +0800 | 
|---|---|---|
| committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-14 13:25:44 +0800 | 
| commit | 4289dca54cc80c3eebe89433d87596668da69400 (patch) | |
| tree | 299d0edcb49e927971c6bd6ea61d94c1370e37f7 /www/firefox-devel/files/patch-config_autoconf.mk.in | |
| parent | 6c74aa62f726844c7b4cc31cb073ce8a154a2c67 (diff) | |
| download | marcuscom-ports-4289dca54cc80c3eebe89433d87596668da69400.tar.gz marcuscom-ports-4289dca54cc80c3eebe89433d87596668da69400.tar.zst marcuscom-ports-4289dca54cc80c3eebe89433d87596668da69400.zip  | |
- Add firefox-devel at version 1.1a2
Note: you must run firefox as root to register chrome before you can run
	as normal user.
Repocopied by:	marcus
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4240 df743ca5-7f9a-e211-a948-0013205c9059
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 000000000..62548420f --- /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 +   | 
