diff options
Diffstat (limited to 'chat/silc-client/patches/patch-ac')
-rw-r--r-- | chat/silc-client/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/silc-client/patches/patch-ac b/chat/silc-client/patches/patch-ac new file mode 100644 index 00000000000..858b8ebf33b --- /dev/null +++ b/chat/silc-client/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.5 2002/12/06 19:51:26 salo Exp $ + +--- lib/silccrypt/Makefile.in.orig Thu Dec 5 22:38:58 2002 ++++ lib/silccrypt/Makefile.in Fri Dec 6 17:49:59 2002 +@@ -106,7 +106,7 @@ + CCDEPMODE = @CCDEPMODE@ + + # Tell libtool to compile silccrypt as shared since silcsim will need it. +-CFLAGS = --libtool-enable-shared ++#CFLAGS = --libtool-enable-shared + CPP = @CPP@ + CPPFLAGS = @CPPFLAGS@ + CYGPATH_W = @CYGPATH_W@ |