diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2013-12-03 21:47:36 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2013-12-03 21:47:36 +0000 |
commit | 76f2b68e088cf1ecea78753719dbf1120ead16fb (patch) | |
tree | 4c2cf410eaa980c554cdff76e9bf5ea51233291e /math | |
parent | e4547c2e0f1ddd2231d02a8397e700fe4cf75a65 (diff) | |
download | pkgsrc-76f2b68e088cf1ecea78753719dbf1120ead16fb.tar.gz |
Fix build on MirBSD.
Diffstat (limited to 'math')
-rw-r--r-- | math/gsl/distinfo | 4 | ||||
-rw-r--r-- | math/gsl/patches/patch-aa | 27 |
2 files changed, 25 insertions, 6 deletions
diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 6f6605ebde7..ac18e698d24 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2013/07/21 20:11:11 wiz Exp $ +$NetBSD: distinfo,v 1.28 2013/12/03 21:47:36 bsiegert Exp $ SHA1 (gsl-1.16.tar.gz) = 210af9366485f149140973700d90dc93a4b6213e RMD160 (gsl-1.16.tar.gz) = 45e707ad8b5abd77f760827ee49ece9277a36a80 Size (gsl-1.16.tar.gz) = 3534080 bytes -SHA1 (patch-aa) = 03ad827bfac387a227a26af36289d14aa496132a +SHA1 (patch-aa) = 83a86cde03e5046fc53f2f6c5643f3cc43e823b2 SHA1 (patch-ae) = ae00f8c0e18377c66672bcd0099cc49f151b1a07 SHA1 (patch-af) = 2d69adfbe4a88bb3936a6eb7c647680d92262373 diff --git a/math/gsl/patches/patch-aa b/math/gsl/patches/patch-aa index 4f276d8e5a7..ebde178a1a8 100644 --- a/math/gsl/patches/patch-aa +++ b/math/gsl/patches/patch-aa @@ -1,10 +1,11 @@ -$NetBSD: patch-aa,v 1.11 2012/07/29 22:24:32 dholland Exp $ +$NetBSD: patch-aa,v 1.12 2013/12/03 21:47:36 bsiegert Exp $ Make sure the rpath gets set. +MirBSD support. ---- configure.orig 2011-05-05 01:10:35.000000000 +0400 -+++ configure 2011-05-09 00:00:51.000000000 +0400 -@@ -11598,7 +11598,7 @@ +--- configure.orig Fri Jul 19 15:14:26 2013 ++++ configure +@@ -11742,7 +11742,7 @@ fi GSL_CFLAGS="-I$includedir" @@ -13,3 +14,21 @@ Make sure the rpath gets set. LIBM= case $host in *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) +@@ -12344,7 +12344,7 @@ _ACEOF + + + case "$host" in +- *-*-*openbsd*) ++ *-*-*openbsd*|*-*-*mirbsd*) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: avoiding OpenBSD system log1p - using gsl version" >&5 + $as_echo "avoiding OpenBSD system log1p - using gsl version" >&6; } + ;; +@@ -12494,7 +12494,7 @@ else + *-*-*netbsd*) + ac_cv_c_ieee_interface=netbsd + ;; +- *-*-*openbsd*) ++ *-*-*openbsd*|*-*-*mirbsd*) + ac_cv_c_ieee_interface=openbsd + ;; + *-*-*bsd*) |