mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
thunderbird: readd thunderbird-install-dir.patch
This commit is contained in:
parent
b755cf5ecb
commit
999fe3391a
2 changed files with 18 additions and 1 deletions
17
srcpkgs/thunderbird/patches/thunderbird-install-dir.patch
Normal file
17
srcpkgs/thunderbird/patches/thunderbird-install-dir.patch
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
--- mozilla/config/baseconfig.mk.orig 2014-07-23 17:41:26.899090299 +0200
|
||||||
|
+++ mozilla/config/baseconfig.mk 2014-07-23 17:44:37.283097079 +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
|
||||||
|
ifndef TOP_DIST
|
||||||
|
TOP_DIST = dist
|
||||||
|
endif
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'thunderbird'.
|
# Template build file for 'thunderbird'.
|
||||||
pkgname=thunderbird
|
pkgname=thunderbird
|
||||||
version=38.3.0
|
version=38.3.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="comm-esr${version/.*/}"
|
wrksrc="comm-esr${version/.*/}"
|
||||||
short_desc="Standalone Mail/News reader"
|
short_desc="Standalone Mail/News reader"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue