diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-17 23:28:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-17 23:28:04 +0000 |
commit | 1a8a092d9fefcbd7f960c82c59802c61807867a6 (patch) | |
tree | 48e47bf661e0e5d6ed9c060e8aea683b30d4540f /print/ghostscript9-agpl-base/files/patch-trio_triop.h | |
parent | 77a17abea6e535d47564d5d0db090f47cf4a15f4 (diff) | |
download | ports-1a8a092d9fefcbd7f960c82c59802c61807867a6.tar.gz ports-1a8a092d9fefcbd7f960c82c59802c61807867a6.zip |
Notes
Diffstat (limited to 'print/ghostscript9-agpl-base/files/patch-trio_triop.h')
-rw-r--r-- | print/ghostscript9-agpl-base/files/patch-trio_triop.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/print/ghostscript9-agpl-base/files/patch-trio_triop.h b/print/ghostscript9-agpl-base/files/patch-trio_triop.h new file mode 100644 index 000000000000..41c2cae08857 --- /dev/null +++ b/print/ghostscript9-agpl-base/files/patch-trio_triop.h @@ -0,0 +1,14 @@ +--- trio/triop.h.orig 2015-03-30 08:21:24 UTC ++++ trio/triop.h +@@ -404,7 +404,11 @@ trio_pointer_t trio_register TRIO_PROTO( + void trio_unregister TRIO_PROTO((trio_pointer_t handle)); + + TRIO_CONST char *trio_get_format TRIO_PROTO((trio_pointer_t ref)); ++#if !defined(__llvm__) ++trio_pointer_t trio_get_argument TRIO_PROTO((trio_pointer_t ref)); ++#else + TRIO_CONST trio_pointer_t trio_get_argument TRIO_PROTO((trio_pointer_t ref)); ++#endif + + /* Modifiers */ + int trio_get_width TRIO_PROTO((trio_pointer_t ref)); |