diff options
author | pav <pav@FreeBSD.org> | 2003-12-08 18:00:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-08 18:00:42 +0800 |
commit | dad401261f90eb885d20ad17142f1312bc117732 (patch) | |
tree | c922ae65f3d38aceba85dcbdcc03e2147434f074 /math/gsl | |
parent | 68d0dbe78227bc428d2eaffaf161ee27092bc821 (diff) | |
download | freebsd-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-configure | 2 |
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*) |