diff options
-rw-r--r-- | math/gsl/Makefile | 3 | ||||
-rw-r--r-- | math/gsl/distinfo | 3 | ||||
-rw-r--r-- | math/gsl/patches/patch-ab | 14 |
3 files changed, 18 insertions, 2 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 90351a3a56b..d13ccfc4668 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2003/08/30 21:50:59 jtb Exp $ +# $NetBSD: Makefile,v 1.15 2003/09/14 14:53:06 dmcmahill Exp $ DISTNAME= gsl-1.4 +PKGREVISION= 1 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU:=gsl/} diff --git a/math/gsl/distinfo b/math/gsl/distinfo index b225306b6e9..0f62f29beee 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.10 2003/08/30 21:51:00 jtb Exp $ +$NetBSD: distinfo,v 1.11 2003/09/14 14:53:06 dmcmahill Exp $ SHA1 (gsl-1.4.tar.gz) = 72de214bc3e2466f196aa98d698002faceb7132c Size (gsl-1.4.tar.gz) = 2211031 bytes SHA1 (patch-aa) = 56b2b86411ff0f026525d7ec50d582db5a9b37bf +SHA1 (patch-ab) = aa166d7d43b5dfb115403b66c13b4630a878a1c8 diff --git a/math/gsl/patches/patch-ab b/math/gsl/patches/patch-ab new file mode 100644 index 00000000000..4ebb90b6df9 --- /dev/null +++ b/math/gsl/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.3 2003/09/14 14:53:07 dmcmahill Exp $ + +--- const/gsl_const.h.orig Fri Jul 25 15:18:18 2003 ++++ const/gsl_const.h +@@ -21,7 +21,7 @@ + #define __GSL_CONST__ + + #include <gsl/gsl_const_num.h> +-#include <gsl/gsl_const_cgs.h> +-#include <gsl/gsl_const_mks.h> ++#include <gsl/gsl_const_cgsm.h> ++#include <gsl/gsl_const_mksa.h> + + #endif /* __GSL_CONST__ */ |