gcc workaround for sha1 should only apply for sparc64.
This commit is contained in:
parent
8bb1d06004
commit
5301c2686f
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2002/05/20 15:25:17 mark Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2002/05/30 17:33:04 fgsch Exp $
|
||||
|
||||
COMMENT= "Secure Live Internet Conferencing (SILC) client"
|
||||
|
||||
@ -27,6 +27,10 @@ LIB_DEPENDS= glib.1.2,gmodule.1.2::devel/glib
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
# XXX workaround gcc bugs on sparc64
|
||||
.if ${MACHINE_ARCH:Msparc64}
|
||||
PATCH_LIST= gcc-* patch-*
|
||||
.endif
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-lib_silccrypt_Makefile_in,v 1.2 2002/05/22 09:58:37 mark Exp $
|
||||
$OpenBSD: gcc-patch-lib_silccrypt_Makefile_in,v 1.1 2002/05/30 17:33:05 fgsch Exp $
|
||||
--- lib/silccrypt/Makefile.in.orig Sat May 18 01:40:59 2002
|
||||
+++ lib/silccrypt/Makefile.in Tue May 21 20:07:34 2002
|
||||
@@ -290,6 +290,9 @@ mostlyclean-compile:
|
Loading…
Reference in New Issue
Block a user