9aafe503d0
- Update seamonkey to 2.14 - Update ESR ports and libxul to 10.0.11 - support more h264 codecs when using GSTREAMER with YouTube - Unbreak firefox-esr, thunderbird-esr and libxul on head >= 1000024 [1] - Buildsystem is not python 3 aware, use python up to 2.7 [2] PR: ports/173679 [1] Submitted by: swills [1], demon [2] In collaboration with: Jan Beich <jbeich@tormail.org> Security: d23119df-335d-11e2-b64c-c8600054b392 Approved by: portmgr (beat) Feature safe: yes
16 lines
578 B
Makefile
16 lines
578 B
Makefile
--- config/baseconfig.mk~
|
|
+++ config/baseconfig.mk
|
|
@@ -1,9 +1,9 @@
|
|
INCLUDED_AUTOCONF_MK = 1
|
|
|
|
-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%%
|
|
MOZILLA_SRCDIR = $(topsrcdir)/mozilla
|
|
MOZDEPTH = $(DEPTH)/mozilla
|
|
DIST = $(MOZDEPTH)/dist
|