From 7d376c7864301b761d116ecd708a0e0e8830f28c Mon Sep 17 00:00:00 2001 From: Lars Koeller Date: Mon, 24 May 2004 18:59:13 +0000 Subject: o) Unbreak compilation error on FreeBSD 5.2 (remove patch-ai) --- math/grace/Makefile | 2 +- math/grace/files/patch-ai | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 math/grace/files/patch-ai (limited to 'math') diff --git a/math/grace/Makefile b/math/grace/Makefile index 0c6f7dfddbce..b8497b0cc4f5 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -7,7 +7,7 @@ PORTNAME= grace PORTVERSION= 5.1.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math print # # You never know when and why it is moved to ../src/old/ :-) diff --git a/math/grace/files/patch-ai b/math/grace/files/patch-ai deleted file mode 100644 index e564e1627c66..000000000000 --- a/math/grace/files/patch-ai +++ /dev/null @@ -1,15 +0,0 @@ ---- cmath.h.orig Fri Dec 12 21:33:45 2003 -+++ cmath.h Thu Jan 22 22:22:45 2004 -@@ -175,5 +175,12 @@ - #endif - - #if !defined(HAVE_ISNAN_DECL) && !defined(HAVE_ISNAN_MACRO) -+#ifdef __FreeBSD__ -+# include -+# if __FreeBSD_version < 500100 -+extern int isnan ( double x ); -+# endif -+#endif -+#else - extern int isnan ( double x ); - #endif -- cgit v1.2.3