openbsd-ports/audio/mpg123/patches/patch-configure
2013-03-22 16:31:36 +00:00

18 lines
599 B
Plaintext

$OpenBSD: patch-configure,v 1.10 2013/03/22 16:31:36 naddy Exp $
--- configure.orig Sat Feb 23 21:58:36 2013
+++ configure Thu Mar 21 22:10:24 2013
@@ -13801,10 +13801,10 @@ fi
# opt-in for IEEE754 floating point action
# We want to make sure not to apply hacks relying on IEEE754 storage format on platforms where we did not make sure that this actually is valid.
# It _should_ be fine for about all computers still out there, but we play safe.
-ieee=no
+ieee=yes
case $host in
- i?86-*|x86_64-*|powerpc*|sparc*)
- ieee=yes
+ vax-*)
+ ieee=no
;;
esac
if test "x$ieee" = xyes; then