diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-06-22 22:36:46 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-06-22 22:36:46 +0000 |
commit | ca06e3d4828a5e13642c6372a0f1e4874177ab6a (patch) | |
tree | d922eff923bca766ce1b71ff9565b573da9389a1 /www/libxul/files/patch-bug1267513 | |
parent | bsd.gecko.mk / USES=gecko : remove expired libxul support. (diff) |
Remove expired port:
2018-06-20 www/libxul: NPAPI are no longer supported
Notes
Notes:
svn path=/head/; revision=473092
Diffstat (limited to 'www/libxul/files/patch-bug1267513')
-rw-r--r-- | www/libxul/files/patch-bug1267513 | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/www/libxul/files/patch-bug1267513 b/www/libxul/files/patch-bug1267513 deleted file mode 100644 index e3666e476a82..000000000000 --- a/www/libxul/files/patch-bug1267513 +++ /dev/null @@ -1,24 +0,0 @@ -commit 3b7f1ae5dfd5 -Author: Matt Brubeck <mbrubeck@limpet.net> -Date: Mon Apr 25 09:33:12 2016 -0700 - - Don't redefine max_align_t if defined by GCC or Clang - - Fixes "conflicting types" error when building with `-std=c11`. ---- - halloc/src/align.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git media/libnestegg/src/align.h media/libnestegg/src/align.h -index 58c82b4354ff..1753b504fc2b 100644 ---- media/libnestegg/src/align.h -+++ media/libnestegg/src/align.h -@@ -22,7 +22,7 @@ - */ - typedef double max_align_t; - --#else -+#elif !defined(__CLANG_MAX_ALIGN_T_DEFINED) && !defined(_GCC_MAX_ALIGN_T) - - /* - * a type with the most strict alignment requirements |