summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhasso <hasso>2009-09-02 13:04:59 +0000
committerhasso <hasso>2009-09-02 13:04:59 +0000
commitc3aa3751e89efe979e2ea1bd40d04fcc9f57ca00 (patch)
tree3b65f45ab4555eb8b06179813021a31386fe80b8
parent0cd46e2898c657b347299bdde9b6692b778c073a (diff)
downloadpkgsrc-c3aa3751e89efe979e2ea1bd40d04fcc9f57ca00.tar.gz
Make it build on DragonFly.
-rw-r--r--devel/cfitsio/distinfo4
-rw-r--r--devel/cfitsio/patches/patch-ad4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/cfitsio/distinfo b/devel/cfitsio/distinfo
index af00ecc06e7..6d784f69be7 100644
--- a/devel/cfitsio/distinfo
+++ b/devel/cfitsio/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2008/12/29 10:13:12 markd Exp $
+$NetBSD: distinfo,v 1.8 2009/09/02 13:04:59 hasso Exp $
SHA1 (cfitsio3100.tar.gz) = a0586a5411e2882165d55c46e66473f555142e07
RMD160 (cfitsio3100.tar.gz) = cd2d944ad73c74053ecd4c78b7efe5195cc8d43b
Size (cfitsio3100.tar.gz) = 3022189 bytes
SHA1 (patch-aa) = 1df7c1f293a1d6b7b651afda943e7243f94c7469
-SHA1 (patch-ad) = c8b232580b40c3c2a8d5b4aace74026d7b561689
+SHA1 (patch-ad) = 72ab7f4ecc29a27354e80d0b86bcc4612113d002
diff --git a/devel/cfitsio/patches/patch-ad b/devel/cfitsio/patches/patch-ad
index ee6430ece06..7fe8149295c 100644
--- a/devel/cfitsio/patches/patch-ad
+++ b/devel/cfitsio/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.1 2008/12/29 10:13:12 markd Exp $
+$NetBSD: patch-ad,v 1.2 2009/09/02 13:04:59 hasso Exp $
--- cfortran.h.orig 2008-05-20 05:28:41.000000000 +1200
+++ cfortran.h
@@ -6,7 +6,7 @@ $NetBSD: patch-ad,v 1.1 2008/12/29 10:13:12 markd Exp $
#if defined(__APPLE__) /* 11/2002 (CFITSIO) */
#define f2cFortran
#endif
-+#if defined(__NetBSD__) /* 11/2002 (CFITSIO) */
++#if defined(__NetBSD__) || defined(__DragonFly__) /* 11/2002 (CFITSIO) */
+#define f2cFortran
+#endif
#if defined(__hpux) /* 921107: Use __hpux instead of __hp9000s300 */