summaryrefslogtreecommitdiff
path: root/manualPorts/thunderbird/thunderbird-install-dir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/thunderbird/thunderbird-install-dir.patch')
-rw-r--r--manualPorts/thunderbird/thunderbird-install-dir.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/manualPorts/thunderbird/thunderbird-install-dir.patch b/manualPorts/thunderbird/thunderbird-install-dir.patch
deleted file mode 100644
index cca3dde..0000000
--- a/manualPorts/thunderbird/thunderbird-install-dir.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-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