From 60c29c9d2a2611968acaf3ef43fe4a4659d6e5ca Mon Sep 17 00:00:00 2001 From: martynas Date: Wed, 10 Sep 2008 21:16:53 +0000 Subject: [PATCH] - don't round to double-precision ok sthen@ --- devel/gsl/Makefile | 4 ++-- devel/gsl/patches/patch-gsl_math_h | 13 ------------- 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 devel/gsl/patches/patch-gsl_math_h diff --git a/devel/gsl/Makefile b/devel/gsl/Makefile index d189689e64a..c596e263fcb 100644 --- a/devel/gsl/Makefile +++ b/devel/gsl/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.23 2008/07/29 00:17:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.24 2008/09/10 21:16:53 martynas Exp $ COMMENT= GNU Scientific Library DISTNAME= gsl-1.8 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 SHARED_LIBS += gslcblas 0.0 # .0.0 SHARED_LIBS += gsl 10.0 # .9.0 diff --git a/devel/gsl/patches/patch-gsl_math_h b/devel/gsl/patches/patch-gsl_math_h deleted file mode 100644 index 23a2fe2f25e..00000000000 --- a/devel/gsl/patches/patch-gsl_math_h +++ /dev/null @@ -1,13 +0,0 @@ -$OpenBSD: patch-gsl_math_h,v 1.1 2008/07/29 00:17:01 sthen Exp $ ---- gsl_math.h.orig Sun Jun 26 16:25:34 2005 -+++ gsl_math.h Sat Jul 26 16:45:05 2008 -@@ -107,6 +107,9 @@ - - __BEGIN_DECLS - -+/* we don't have extended-precision yet */ -+#define __isnanl(e) (__isnan((double)e)) -+ - /* other needlessly compulsive abstractions */ - - #define GSL_IS_ODD(n) ((n) & 1)