mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
11 lines
270 B
C
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"
|