summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-config_baseconfig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/patches/patch-config_baseconfig.mk')
-rw-r--r--www/firefox/patches/patch-config_baseconfig.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/www/firefox/patches/patch-config_baseconfig.mk b/www/firefox/patches/patch-config_baseconfig.mk
deleted file mode 100644
index ed0072199b3..00000000000
--- a/www/firefox/patches/patch-config_baseconfig.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-config_baseconfig.mk,v 1.10 2017/03/07 20:45:43 ryoon Exp $
-
-* Set pkgsrc directory structure
-
---- config/baseconfig.mk.orig 2016-09-19 16:19:29.000000000 +0000
-+++ 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_PKG_NAME}
-+idldir = $(datadir)/idl/${MOZILLA_PKG_NAME}
-+installdir = $(libdir)/${MOZILLA_PKG_NAME}
-+sdkdir = $(libdir)/${MOZILLA_PKG_NAME}
- ifeq (.,$(DEPTH))
- DIST = dist
- else