openbsd-ports/devel/silc-toolkit/patches/patch-lib_silcmath_tma_h

13 lines
427 B
Plaintext

$OpenBSD: patch-lib_silcmath_tma_h,v 1.1 2005/07/26 04:55:01 fgsch Exp $
--- lib/silcmath/tma.h.orig Tue May 10 12:02:57 2005
+++ lib/silcmath/tma.h Tue Jul 26 01:13:52 2005
@@ -48,7 +48,7 @@ extern "C" {
/* detect 64-bit mode if possible */
-#if defined(__x86_64__)
+#if defined(__x86_64__) && !defined(__OpenBSD__)
#if !(defined(MP_64BIT) && defined(MP_16BIT) && defined(MP_8BIT))
#define MP_64BIT
#endif