diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-09-04 12:28:45 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-09-04 12:28:45 +0000 |
commit | eecc9879d43f8f96673fdc18f56a7d3e1df4378a (patch) | |
tree | 6595b77f1b316f2ec91eca72a1ceaea79a44968d /print/ghostscript9-agpl-base/files/patch-base-stdpre.h | |
parent | security/sudo: Update to 1.8.25 (diff) |
- Update print/ghostscript9-agpl-base and print/ghostscript9-agpl-x11 to
9.24.
- Set USE_CSTD=gnu99 and eliminate a patch.
- Add cpe string.
- Patch configure to respect CFLAGS.
PR: 231148
Approved by: doceng (blackend)
Security: https://www.kb.cert.org/vuls/id/332928
Notes
Notes:
svn path=/head/; revision=478951
Diffstat (limited to 'print/ghostscript9-agpl-base/files/patch-base-stdpre.h')
-rw-r--r-- | print/ghostscript9-agpl-base/files/patch-base-stdpre.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/print/ghostscript9-agpl-base/files/patch-base-stdpre.h b/print/ghostscript9-agpl-base/files/patch-base-stdpre.h deleted file mode 100644 index e4950fcf5c95..000000000000 --- a/print/ghostscript9-agpl-base/files/patch-base-stdpre.h +++ /dev/null @@ -1,12 +0,0 @@ ---- base/stdpre.h.orig 2018-03-21 08:48:06 UTC -+++ base/stdpre.h -@@ -94,7 +94,8 @@ - #endif - - /* restrict is standard in C99, but not in all C++ compilers. */ --#if __STDC_VERSION__ == 199901L /* C99 */ -+#if __STDC_VERSION__ >= 199901L /* C99 */ -+#define gs_restrict restrict - #elif defined(_MSC_VER) && _MSC_VER >= 1500 /* MSVC 9 or newer */ - #define gs_restrict __restrict - #elif __GNUC__ >= 3 /* GCC 3 or newer */ |