diff options
| author | Hiroki Sato <hrs@FreeBSD.org> | 2014-11-23 08:25:48 +0000 |
|---|---|---|
| committer | Hiroki Sato <hrs@FreeBSD.org> | 2014-11-23 08:25:48 +0000 |
| commit | b699de853a94184ec50994138464c8ba6937cd25 (patch) | |
| tree | 6d62ad45cc3a0920334e6fbc46f54a8d15715e2d /print/ghostscript9-agpl/files/patch-openjpeg-src-lib-openjp2-opj_includes.h | |
| parent | Update to 2.24.25. (diff) | |
Update to 9.15. Changes include:
- pswrite has been removed in faver of ps2write.
- epswrite has been removed in favor of eps2write.
Diffstat (limited to 'print/ghostscript9-agpl/files/patch-openjpeg-src-lib-openjp2-opj_includes.h')
| -rw-r--r-- | print/ghostscript9-agpl/files/patch-openjpeg-src-lib-openjp2-opj_includes.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript9-agpl/files/patch-openjpeg-src-lib-openjp2-opj_includes.h b/print/ghostscript9-agpl/files/patch-openjpeg-src-lib-openjp2-opj_includes.h new file mode 100644 index 000000000000..c76c46f4ad48 --- /dev/null +++ b/print/ghostscript9-agpl/files/patch-openjpeg-src-lib-openjp2-opj_includes.h @@ -0,0 +1,11 @@ +--- openjpeg/src/lib/openjp2/opj_includes.h.orig 2012-02-13 08:48:33.000000000 +0900 ++++ openjpeg/src/lib/openjp2/opj_includes.h 2012-02-13 08:50:41.000000000 +0900 +@@ -77,7 +77,7 @@ + #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__ |
