1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/graphics/grx/files/patch-src__include__memcopy.h
Martin Wilke 865d170328 - Fix build on i386
- Stage support

PR:		188139
Submitted by:	Ports Fury
2014-05-18 04:59:13 +00:00

12 lines
270 B
C

--- src/include/memcopy.h.orig
+++ src/include/memcopy.h
@@ -44,7 +44,7 @@
#define CPSIZE_h sizeof(GR_int64)
#endif
-#ifdef __GNUC__
+#if defined(__GNUC__) && !defined(__clang__)
# include "gcc/memcopy.h"
#elif defined(__TURBOC__)
# include "bcc/memcopy.h"