summaryrefslogtreecommitdiff
path: root/print/ghostscript9-agpl-base/files/patch-openjpeg-src-lib-openjp2-opj_includes.h
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-17 23:28:04 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-17 23:28:04 +0000
commit1a8a092d9fefcbd7f960c82c59802c61807867a6 (patch)
tree48e47bf661e0e5d6ed9c060e8aea683b30d4540f /print/ghostscript9-agpl-base/files/patch-openjpeg-src-lib-openjp2-opj_includes.h
parent- Update to 1.7.1 (diff)
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
Diffstat (limited to 'print/ghostscript9-agpl-base/files/patch-openjpeg-src-lib-openjp2-opj_includes.h')
-rw-r--r--print/ghostscript9-agpl-base/files/patch-openjpeg-src-lib-openjp2-opj_includes.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/print/ghostscript9-agpl-base/files/patch-openjpeg-src-lib-openjp2-opj_includes.h b/print/ghostscript9-agpl-base/files/patch-openjpeg-src-lib-openjp2-opj_includes.h
deleted file mode 100644
index c76c46f4ad48..000000000000
--- a/print/ghostscript9-agpl-base/files/patch-openjpeg-src-lib-openjp2-opj_includes.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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__