CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
firefox: fixed --with-system-cairo and removed not used options (elf-hacks and static)
[ports/opt-arm.git] / firefox / firefox-install-dir.patch
1 diff -rupN firefox-45.0b2.orig/config/baseconfig.mk firefox-45.0b2/config/baseconfig.mk
2 --- firefox-45.0b2.orig/config/baseconfig.mk 2016-02-02 18:20:35.472808496 +0100
3 +++ firefox-45.0b2/config/baseconfig.mk 2016-02-02 18:22:04.606017747 +0100
4 @@ -2,10 +2,10 @@
5 # directly in python/mozbuild/mozbuild/base.py for gmake validation.
6 # We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts depending
7 # whether a normal build is happening or whether the check is running.
8 -includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
9 -idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
10 -installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
11 -sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
12 +includedir := $(includedir)/$(MOZ_APP_NAME)
13 +idldir = $(datadir)/idl/$(MOZ_APP_NAME)
14 +installdir = $(libdir)/$(MOZ_APP_NAME)
15 +sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel
16 ifeq (.,$(DEPTH))
17 DIST = dist
18 else
19