summaryrefslogtreecommitdiff
path: root/graphics/grx/files/patch-src__include__arith.h
blob: c9afd57b578e8278e23a3376dd8a11fa7c73f7bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/include/arith.h.orig
+++ src/include/arith.h
@@ -22,7 +22,7 @@
 #ifndef __ARITH_H_INCLUDED__
 #define __ARITH_H_INCLUDED__
 
-#ifdef __GNUC__
+#if defined(__GNUC__) && !defined(__clang__)
 #include "gcc/arith.h"
 #elif defined(__TURBOC__)
 #include "bcc/arith.h"