summaryrefslogtreecommitdiff
path: root/manualPorts/thunderbird/thunderbird-install-dir.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-27 10:13:52 +0200
committerErich Eckner <git@eckner.net>2018-05-27 10:13:52 +0200
commit14a8f5d3c7889f2046a008b1b1dc29f485ebb359 (patch)
tree644ebb60f7155dd5c139d233857684fbcd8546e6 /manualPorts/thunderbird/thunderbird-install-dir.patch
downloadcrux-ports-14a8f5d3c7889f2046a008b1b1dc29f485ebb359.tar.xz
initial commit
Diffstat (limited to 'manualPorts/thunderbird/thunderbird-install-dir.patch')
-rw-r--r--manualPorts/thunderbird/thunderbird-install-dir.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/manualPorts/thunderbird/thunderbird-install-dir.patch b/manualPorts/thunderbird/thunderbird-install-dir.patch
new file mode 100644
index 0000000..cca3dde
--- /dev/null
+++ b/manualPorts/thunderbird/thunderbird-install-dir.patch
@@ -0,0 +1,18 @@
+diff -rupN thunderbird-45.0.orig/mozilla/config/baseconfig.mk thunderbird-45.0/mozilla/config/baseconfig.mk
+--- thunderbird-45.0.orig/mozilla/config/baseconfig.mk 2016-04-14 20:21:45.871195170 +0200
++++ thunderbird-45.0/mozilla/config/baseconfig.mk 2016-04-14 20:24:13.356390677 +0200
+@@ -2,10 +2,10 @@
+ # directly in python/mozbuild/mozbuild/base.py for gmake validation.
+ # We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts depending
+ # whether a normal build is happening or whether the check is running.
+-includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
+-idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
+-installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
+-sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
++includedir := $(includedir)/$(MOZ_APP_NAME)
++idldir = $(datadir)/idl/$(MOZ_APP_NAME)
++installdir = $(libdir)/$(MOZ_APP_NAME)
++sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel
+ ifeq (.,$(DEPTH))
+ DIST = dist
+ else