ports/graphics/grx/files/patch-src__include__arith.h
Martin Wilke 865d170328 - Fix build on i386
- Stage support

PR:		188139
Submitted by:	Ports Fury
2014-05-18 04:59:13 +00: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"