From fef8509c793f45b217fb28f1c0af2b373a8ff4af Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 29 Apr 2006 09:15:50 +0000 Subject: - Update to 2006-04-26 snapshot PR: ports/96426 Submitted by: Juergen Lock (maintainer) --- emulators/qemu/files/patch-fbsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/qemu/files/patch-fbsd') diff --git a/emulators/qemu/files/patch-fbsd b/emulators/qemu/files/patch-fbsd index a8667ae165e5..8a7823279624 100644 --- a/emulators/qemu/files/patch-fbsd +++ b/emulators/qemu/files/patch-fbsd @@ -59,8 +59,8 @@ Index: qemu/fpu/softfloat-native.c -#if defined(_BSD) +#if defined(_BSD) && !defined(__FreeBSD__) - #define lrint(d) ((int32_t)rint(d)) - #define llrint(d) ((int64_t)rint(d)) + #define lrint(d) ((long)rint(d)) + #define llrint(d) ((long long)rint(d)) #endif Index: qemu/fpu/softfloat-native.h @@ -1,7 +1,17 @@ -- cgit v1.2.3