diff options
Diffstat (limited to 'graphics/libjxr/files/patch-jxrgluelib_JXRMeta.h')
-rw-r--r-- | graphics/libjxr/files/patch-jxrgluelib_JXRMeta.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/libjxr/files/patch-jxrgluelib_JXRMeta.h b/graphics/libjxr/files/patch-jxrgluelib_JXRMeta.h new file mode 100644 index 000000000000..3d4b2a7d8d4c --- /dev/null +++ b/graphics/libjxr/files/patch-jxrgluelib_JXRMeta.h @@ -0,0 +1,16 @@ +Description: Fix typos and remove some warnings +Author: Mathieu Malaterre <malat@debian.org> + +Cleaned up for FreeBSD by mi + +--- jxrgluelib/JXRMeta.h.orig 2017-10-20 15:09:28 UTC ++++ jxrgluelib/JXRMeta.h +@@ -34,7 +34,7 @@ + + #ifndef UNREFERENCED_PARAMETER + #define UNREFERENCED_PARAMETER(P) { (P) = (P); } +-#endif UNREFERENCED_PARAMETER ++#endif /*UNREFERENCED_PARAMETER*/ + + //================================================================ + // Container |