mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
865d170328
- Stage support PR: 188139 Submitted by: Ports Fury
12 lines
270 B
C
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"
|