mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
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"
|