From 1a8a092d9fefcbd7f960c82c59802c61807867a6 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 17 Jun 2016 23:28:04 +0000 Subject: Rename all files containing a : in their filename. While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight --- .../files/patch-openjpeg_libopenjpeg_opj__includes.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 print/ghostscript9-base/files/patch-openjpeg_libopenjpeg_opj__includes.h (limited to 'print/ghostscript9-base/files/patch-openjpeg_libopenjpeg_opj__includes.h') diff --git a/print/ghostscript9-base/files/patch-openjpeg_libopenjpeg_opj__includes.h b/print/ghostscript9-base/files/patch-openjpeg_libopenjpeg_opj__includes.h new file mode 100644 index 000000000000..564ec616500c --- /dev/null +++ b/print/ghostscript9-base/files/patch-openjpeg_libopenjpeg_opj__includes.h @@ -0,0 +1,11 @@ +--- openjpeg/libopenjpeg/opj_includes.h.orig 2012-08-08 08:01:36 UTC ++++ openjpeg/libopenjpeg/opj_includes.h +@@ -77,7 +77,7 @@ Most compilers implement their own versi + #endif /* INLINE */ + + /* Are restricted pointers available? (C99) */ +-#if (__STDC_VERSION__ != 199901L) ++#if defined(__STDC_VERSION__) && (__STDC_VERSION__ != 199901L) + /* Not a C99 compiler */ + #ifdef __GNUC__ + #define restrict __restrict__ -- cgit v1.2.3