opnsense-ports/graphics/grx/files/patch-src__include__arith.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
271 B
C

--- 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"