From 6ae39ec1947a1612b9ad29e58348e7b601bca809 Mon Sep 17 00:00:00 2001 From: fgsch Date: Mon, 20 May 2002 16:28:20 +0000 Subject: [PATCH] sparc64 gcc workaround for sha1.c; maintainer ok --- .../patches/patch-lib_silccrypt_Makefile_in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/silc-client/patches/patch-lib_silccrypt_Makefile_in diff --git a/net/silc-client/patches/patch-lib_silccrypt_Makefile_in b/net/silc-client/patches/patch-lib_silccrypt_Makefile_in new file mode 100644 index 00000000000..93480492c5b --- /dev/null +++ b/net/silc-client/patches/patch-lib_silccrypt_Makefile_in @@ -0,0 +1,13 @@ +$OpenBSD: patch-lib_silccrypt_Makefile_in,v 1.1 2002/05/20 16:28:20 fgsch Exp $ +--- lib/silccrypt/Makefile.in.orig Sun May 19 22:25:47 2002 ++++ lib/silccrypt/Makefile.in Sun May 19 23:12:05 2002 +@@ -290,6 +290,9 @@ mostlyclean-compile: + distclean-compile: + -rm -f *.tab.c + ++sha1.o: ++ $(COMPILE) -O0 -c `test -f $< || echo '$(srcdir)/'`$< ++ + .c.o: + $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< +