summaryrefslogtreecommitdiff
path: root/security/ssh/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssh/patches/patch-ac')
-rw-r--r--security/ssh/patches/patch-ac15
1 files changed, 12 insertions, 3 deletions
diff --git a/security/ssh/patches/patch-ac b/security/ssh/patches/patch-ac
index 784b33ae91c..287345480f9 100644
--- a/security/ssh/patches/patch-ac
+++ b/security/ssh/patches/patch-ac
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.10 1999/12/25 05:28:35 kim Exp $
+$NetBSD: patch-ac,v 1.11 2000/01/22 23:30:42 tron Exp $
---- Makefile.in.orig Wed May 12 07:19:31 1999
-+++ Makefile.in Fri Dec 24 21:58:38 1999
+--- Makefile.in.orig Wed May 12 13:19:31 1999
++++ Makefile.in Sun Jan 23 00:22:03 2000
@@ -264,7 +264,7 @@
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
@@ -31,6 +31,15 @@ $NetBSD: patch-ac,v 1.10 1999/12/25 05:28:35 kim Exp $
ZLIBDEP = $(ZLIBDIR)/libz.a
ZLIBLIBS = -L$(ZLIBDIR) -lz
+@@ -314,7 +318,7 @@
+ X_CFLAGS = @X_CFLAGS@
+ X_LIBS = @X_LIBS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+-X_EXTRA_LIBS = @X_EXTRA_LIBS@
++X_EXTRA_LIBS = @X_EXTRA_LIBS@ -R$(X11BASE)/lib
+
+ XLIBS = $(X_LIBS) $(X_PRE_LIBS) -lX11 $(X_EXTRA_LIBS) $(LIBS)
+
@@ -322,7 +326,7 @@
rsa.o randoms.o md5.o buffer.o emulate.o packet.o compress.o \
xmalloc.o ttymodes.o newchannels.o bufaux.o authfd.o authfile.o \