Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
251 B
C
11 lines
251 B
C
--- src/include/memfill.h.orig
|
|
+++ src/include/memfill.h
|
|
@@ -32,7 +32,7 @@
|
|
#include "arith.h"
|
|
#endif
|
|
|
|
-#ifdef __GNUC__
|
|
+#if defined(__GNUC__) && !defined(__clang__)
|
|
# include "gcc/memfill.h"
|
|
#elif defined(__TURBOC__)
|
|
# include "bcc/memfill.h"
|