freebsd-ports/print/ghostscript9-agpl-base/files/patch-trio_triop.h
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

14 lines
514 B
C

--- 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));