mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
Changes: https://www.mozilla.org/thunderbird/45.0/releasenotes/ Security: 92d44f83-a7bf-41cf-91ee-3d1b8ecf579f MFH: 2016Q2
17 lines
730 B
Makefile
17 lines
730 B
Makefile
--- mozilla/config/baseconfig.mk~
|
|
+++ mozilla/config/baseconfig.mk
|
|
@@ -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)/%%MOZILLA%%
|
|
+idldir = $(datadir)/idl/%%MOZILLA%%
|
|
+installdir = $(libdir)/%%MOZILLA%%
|
|
+sdkdir = $(libdir)/%%MOZILLA%%
|
|
ifeq (.,$(DEPTH))
|
|
DIST = dist
|
|
else
|