aboutsummaryrefslogtreecommitdiffstats
path: root/math/gsl
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-12-08 18:00:42 +0800
committerpav <pav@FreeBSD.org>2003-12-08 18:00:42 +0800
commitdad401261f90eb885d20ad17142f1312bc117732 (patch)
treec922ae65f3d38aceba85dcbdcc03e2147434f074 /math/gsl
parent68d0dbe78227bc428d2eaffaf161ee27092bc821 (diff)
downloadfreebsd-ports-gnome-dad401261f90eb885d20ad17142f1312bc117732.tar.gz
freebsd-ports-gnome-dad401261f90eb885d20ad17142f1312bc117732.tar.zst
freebsd-ports-gnome-dad401261f90eb885d20ad17142f1312bc117732.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>
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*)