aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mozjs-38/copy-headers.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-10-11 15:35:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-10-11 15:35:29 +0000
commit1fa80cad00c2c2449252fba87dab64a03cd76ac8 (patch)
tree113f1f37ecf9e70eae80897f69a287f3ab0b6d43 /testing/mozjs-38/copy-headers.patch
parentfde93c49a55b265ca740d9081a4ca70f41656e4b (diff)
downloadaports-1fa80cad00c2c2449252fba87dab64a03cd76ac8.tar.bz2
aports-1fa80cad00c2c2449252fba87dab64a03cd76ac8.tar.xz
testing/mozjs38: rename
we should not have -[0-9] in pkgname
Diffstat (limited to 'testing/mozjs-38/copy-headers.patch')
-rw-r--r--testing/mozjs-38/copy-headers.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/mozjs-38/copy-headers.patch b/testing/mozjs-38/copy-headers.patch
deleted file mode 100644
index 7f352a795c..0000000000
--- a/testing/mozjs-38/copy-headers.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Copy headers on install instead of symlinking
-Author: Rico Tzschichholz <ricotz@ubuntu.com>
-Forwarded: no
-Last-Update: 2014-10-29
-
----
-
-Index: b/python/mozbuild/mozbuild/backend/recursivemake.py
-===================================================================
---- a/python/mozbuild/mozbuild/backend/recursivemake.py
-+++ b/python/mozbuild/mozbuild/backend/recursivemake.py
-@@ -796,7 +796,7 @@
- return
-
- for source, dest, _ in self._walk_hierarchy(obj, exports):
-- self._install_manifests['dist_include'].add_symlink(source, dest)
-+ self._install_manifests['dist_include'].add_copy(source, dest)
-
- if not os.path.exists(source):
- raise Exception('File listed in EXPORTS does not exist: %s' % source)