workaround no more: can use 128-bit arithmetics now on amd64.
ok brad@
This commit is contained in:
parent
6e42ffe103
commit
30d253e218
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2008/03/22 22:38:00 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2008/08/27 00:35:24 martynas Exp $
|
||||
|
||||
COMMENT= toolkit for the development of SILC applications
|
||||
|
||||
DISTNAME= silc-toolkit-1.1.7
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= devel
|
||||
SHARED_LIBS= silc 7.0 \
|
||||
silcclient 5.1 \
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-lib_silcmath_tma_h,v 1.4 2007/10/01 21:30:06 merdely Exp $
|
||||
--- lib/silcmath/tma.h.orig Sun Sep 9 11:01:52 2007
|
||||
+++ lib/silcmath/tma.h Tue Sep 18 18:33:15 2007
|
||||
@@ -51,7 +51,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
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2008/07/11 01:51:23 martynas Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2008/08/27 00:35:24 martynas Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= SILC plugin for irssi
|
||||
|
||||
VERSION= 1.1.4
|
||||
DISTNAME= silc-client-${VERSION}
|
||||
PKGNAME= irssi-silc-${VERSION}p0
|
||||
PKGNAME= irssi-silc-${VERSION}p1
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-lib_silcmath_tma_h,v 1.1 2008/07/11 01:51:23 martynas Exp $
|
||||
--- lib/silcmath/tma.h.orig Thu May 3 11:13:16 2007
|
||||
+++ lib/silcmath/tma.h Fri Feb 29 23:36:31 2008
|
||||
@@ -51,7 +51,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
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.45 2008/07/11 01:47:12 martynas Exp $
|
||||
# $OpenBSD: Makefile,v 1.46 2008/08/27 00:35:24 martynas Exp $
|
||||
|
||||
COMMENT= Secure Internet Live Conferencing (SILC) client
|
||||
|
||||
DISTNAME= silc-client-1.1.4
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://www.silcnet.org/
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-lib_silcmath_tma_h,v 1.1 2008/07/11 01:47:12 martynas Exp $
|
||||
--- lib/silcmath/tma.h.orig Thu May 3 11:13:16 2007
|
||||
+++ lib/silcmath/tma.h Fri Feb 29 23:36:31 2008
|
||||
@@ -51,7 +51,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
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.44 2008/06/22 18:27:05 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.45 2008/08/27 00:35:24 martynas Exp $
|
||||
|
||||
COMMENT= Secure Internet Live Conferencing (SILC) server
|
||||
|
||||
DISTNAME= silc-server-1.1.11
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://www.silcnet.org/
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-lib_silcmath_tma_h,v 1.2 2008/03/22 23:06:50 sthen Exp $
|
||||
--- lib/silcmath/tma.h.orig Thu May 3 11:13:16 2007
|
||||
+++ lib/silcmath/tma.h Fri Feb 29 23:36:31 2008
|
||||
@@ -51,7 +51,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
|
Loading…
x
Reference in New Issue
Block a user