summaryrefslogtreecommitdiff
path: root/chat/silc-client/patches
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-01-26 14:35:07 +0000
committersalo <salo@pkgsrc.org>2003-01-26 14:35:07 +0000
commita2985ed156a266f5fbfc30ba80d6e26241744032 (patch)
tree8b54f12797ebf08383bffb326319a9870a620467 /chat/silc-client/patches
parentd8a46d336ee93eed3f66a05a1d6bff0b7fc4b9c7 (diff)
downloadpkgsrc-a2985ed156a266f5fbfc30ba80d6e26241744032.tar.gz
- use SHLIBTOOL_OVERRIDE instead of LIBTOOL_OVERRIDE, the ugly static
libraries hack is now gone - fix typo in patch-ab
Diffstat (limited to 'chat/silc-client/patches')
-rw-r--r--chat/silc-client/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/silc-client/patches/patch-ab b/chat/silc-client/patches/patch-ab
index a738277bbc5..e47aa6517bd 100644
--- a/chat/silc-client/patches/patch-ab
+++ b/chat/silc-client/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.8 2003/01/08 23:53:53 salo Exp $
+$NetBSD: patch-ab,v 1.9 2003/01/26 14:35:08 salo Exp $
--- lib/silccrypt/Makefile.in.orig Wed Jan 8 17:19:42 2003
+++ lib/silccrypt/Makefile.in Wed Jan 8 23:00:18 2003
@@ -6,7 +6,7 @@ $NetBSD: patch-ab,v 1.8 2003/01/08 23:53:53 salo Exp $
.c.obj:
$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`
-+# Workaround a bug in GCC which causes momory exhaustion
++# Workaround a bug in GCC which causes memory exhaustion
+# when compiling sha1 with optimizations on UltraSPARC.
+#
+ifeq (sparc64, $(host_cpu))