summaryrefslogtreecommitdiff
path: root/lang/spidermonkey24/files/patch-utils.h
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-02 14:52:12 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-02 14:52:12 +0000
commit55a9ef3391892debe94f6027d2696ea8e529a4c6 (patch)
tree97754eeceb54ea170d3c80a92866abcf479b7d89 /lang/spidermonkey24/files/patch-utils.h
parentsecurity/barnyard2: remove optional dependency on expired security/broccoli (diff)
Remove expired ports:
lang/julia: metaport, useless without any consumers 2020-12-31 lang/julia10: Uses Python 2.7 which is EOLed upstream 2020-12-31 lang/spidermonkey24: Uses Python 2.7 which is EOLed upstream 2020-12-31 mail/getmail: Uses deprecated version of python 2020-12-31 security/broccoli: Depends lang/python27 which is EOLed upstream 2020-12-31 security/orthrus: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 sysutils/ori: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 sysutils/osquery: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/cliqz: Uses deprecated version of python 2020-12-31 www/trac: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-accountmanager: Uses Python 2.7 which is EOLed upstream
Diffstat (limited to 'lang/spidermonkey24/files/patch-utils.h')
-rw-r--r--lang/spidermonkey24/files/patch-utils.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/spidermonkey24/files/patch-utils.h b/lang/spidermonkey24/files/patch-utils.h
deleted file mode 100644
index 364eb20cd555..000000000000
--- a/lang/spidermonkey24/files/patch-utils.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- ../../mfbt/double-conversion/utils.h.orig 2016-01-04 09:48:39.700168000 +0000
-+++ ../../mfbt/double-conversion/utils.h 2016-01-04 09:49:18.136290000 +0000
-@@ -58,7 +58,8 @@
- defined(__mips__) || defined(__powerpc__) || \
- defined(__sparc__) || defined(__sparc) || defined(__s390__) || \
- defined(__SH4__) || defined(__alpha__) || \
-- defined(_MIPS_ARCH_MIPS32R2)
-+ defined(_MIPS_ARCH_MIPS32R2) || \
-+ defined(__AARCH64EL__)
- #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
- #elif defined(_M_IX86) || defined(__i386__) || defined(__i386)
- #if defined(_WIN32)