]> git.pld-linux.org Git - packages/firefox.git/blob - xulrunner-paths.patch
- up to 50.1.0, fixes:
[packages/firefox.git] / xulrunner-paths.patch
1 --- xulrunner-29.0/mozilla/config/baseconfig.mk~        2012-10-10 23:42:45.000000000 +0200
2 +++ xulrunner-29.0/mozilla/config/baseconfig.mk 2012-10-23 23:56:58.222368136 +0200
3 @@ -2,10 +2,10 @@
4  # directly in python/mozbuild/mozbuild/base.py for gmake validation.
5  # We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts depending
6  # whether a normal build is happening or whether the check is running.
7 -includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
8 -idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
9 -installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
10 -sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
11 +includedir := $(includedir)/$(MOZ_APP_NAME)
12 +idldir = $(datadir)/idl/$(MOZ_APP_NAME)
13 +installdir = $(libdir)/$(MOZ_APP_NAME)
14 +sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel
15  ifeq (.,$(DEPTH))
16  DIST = dist
17  else
This page took 0.025978 seconds and 3 git commands to generate.