aboutsummaryrefslogtreecommitdiff
path: root/math/gsl
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-08 10:00:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-08 10:00:42 +0000
commitb217fc5e4efbc773e3db9dc6bd2f513db6d2be1d (patch)
tree5e1cf45532192b71ea8b20b1653bcef3bdbc68bd /math/gsl
parentf0c44f4ee68d5d9377bd177377fb1c26cec76ee6 (diff)
downloadports-b217fc5e4efbc773e3db9dc6bd2f513db6d2be1d.tar.gz
ports-b217fc5e4efbc773e3db9dc6bd2f513db6d2be1d.zip
- In the heat of the battle I mistakenly patched amd64 instead of alpha.
amd64 does not need this fix (tested on sledge), alpha is fixed by this fix (tested on beast). PR: ports/59238 Submitted by: Rob Byrnes <Rob.Byrnes@comindico.com.au>
Notes
Notes: svn path=/head/; revision=95337
Diffstat (limited to 'math/gsl')
-rw-r--r--math/gsl/files/patch-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gsl/files/patch-configure b/math/gsl/files/patch-configure
index 3193c08d671a..c39b7fdefbc7 100644
--- a/math/gsl/files/patch-configure
+++ b/math/gsl/files/patch-configure
@@ -15,7 +15,7 @@
+ sparc64-*-*bsd*)
+ ac_cv_c_ieee_interface=unknown
+ ;;
-+ amd64-*-*bsd*)
++ alpha-*-*bsd*)
+ ac_cv_c_ieee_interface=unknown
+ ;;
+ ia64-*-*bsd*)