freebsd-ports/graphics/argyllcms/files/patch-ccast_axTLS_os__int.h
Koop Mast 0b2f48dc3d Fix hardcoded /usr/local.
* Un-mute install of License.txt

PR:		216236
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
2017-05-22 19:28:52 +00:00

10 lines
369 B
C

--- ccast/axTLS/os_int.h.orig 2016-09-28 03:00:00 UTC
+++ ccast/axTLS/os_int.h
@@ -34,6 +34,7 @@ extern "C" {
#if (__STDC_VERSION__ >= 199901L) /* C99 */ \
|| defined(_STDINT_H_) || defined(_STDINT_H) \
|| defined(_SYS_TYPES_H) \
+ || defined(__powerpc64__) || defined(POWERPC64) \
|| (defined(__APPLE__) && defined(__POWERPC__))
#include <stdint.h>