summaryrefslogtreecommitdiff
path: root/www/firefox-devel/files/patch-config_autoconf.mk.in
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-03-29 20:45:19 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-03-29 20:45:19 +0000
commita3adfc2cf57b600a49a56665fa0155ad0158d27b (patch)
tree1ea6dcbe22c4b4abf85465cadfe6918215b38d85 /www/firefox-devel/files/patch-config_autoconf.mk.in
parentChase another silent update: minor fixes in Bourne shell variables and help (diff)
- Readd firefox-devel at version 2.0a1
- Add support for USE_GECKO=firefox-devel - Fix pkg-deinstall to not remove MOZDIR/extensions
Notes
Notes: svn path=/head/; revision=158397
Diffstat (limited to 'www/firefox-devel/files/patch-config_autoconf.mk.in')
-rw-r--r--www/firefox-devel/files/patch-config_autoconf.mk.in18
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..29fe7f8fbde0
--- /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@/%%MOZILLA%%
+ 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)/%%MOZILLA%%
+ mredir = $(libdir)/mre/mre-$(MOZ_APP_VERSION)
+ mrelibdir = $(mredir)/lib
+