1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 19:50:31 -04:00
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

11 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"