pkgsrc-wip/linphone/patches/patch-ai
2006-02-26 10:30:08 +00:00

13 lines
425 B
Text

$NetBSD: patch-ai,v 1.2 2006/02/26 10:30:08 gschwarz Exp $
--- lpc10-1.5/f2c.h.orig 2005-11-30 21:07:31.000000000 +0100
+++ lpc10-1.5/f2c.h 2006-02-25 18:49:41.000000000 +0100
@@ -194,7 +194,7 @@
#undef abs
#endif
-#define abs(x) ((x) >= 0 ? (x) : -(x))
+/*#define abs(x) ((x) >= 0 ? (x) : -(x))*/
#define dabs(x) (doublereal)abs(x)
#define min(a,b) ((a) <= (b) ? (a) : (b))
#define max(a,b) ((a) >= (b) ? (a) : (b))