summaryrefslogtreecommitdiff
path: root/comms/kermit/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'comms/kermit/patches/patch-aa')
-rw-r--r--comms/kermit/patches/patch-aa24
1 files changed, 12 insertions, 12 deletions
diff --git a/comms/kermit/patches/patch-aa b/comms/kermit/patches/patch-aa
index c22149fa3f0..dc7d9b54beb 100644
--- a/comms/kermit/patches/patch-aa
+++ b/comms/kermit/patches/patch-aa
@@ -1,19 +1,19 @@
-$NetBSD: patch-aa,v 1.6 2003/07/02 20:37:35 kim Exp $
+$NetBSD: patch-aa,v 1.7 2004/04/15 18:14:52 drochner Exp $
---- makefile.orig 2003-03-30 17:04:31.000000000 -0500
-+++ makefile 2003-07-02 15:55:44.000000000 -0400
-@@ -735,8 +735,8 @@
+--- makefile.orig 2004-04-11 19:21:42.000000000 +0200
++++ makefile 2004-04-14 15:42:12.000000000 +0200
+@@ -745,8 +745,8 @@
K5INC=-I/usr/kerberos/include
- SRPLIB=-L/usr/local/lib
- SRPINC=-I/usr/local/include
--SSLLIB=-L/usr/local/ssl/lib
--SSLINC=-I/usr/local/ssl/include
-+#SSLLIB=-L/usr/local/ssl/lib
-+#SSLINC=-I/usr/local/ssl/include
+ SRPLIB=-L$(srproot)/lib
+ SRPINC=-I$(srproot)/include
+-SSLLIB=-L$(sslroot)/ssl/lib
+-SSLINC=-I$(sslroot)/ssl/include
++#SSLLIB=-L$(sslroot)/ssl/lib
++#SSLINC=-I$(sslroot)/ssl/include
#
# aix41+krb5+krb4: IBM AIX 4.1 with Kerberos IV and V
# aix43gcc+krb5+krb4: IBM AIX 4.3 built with gcc, ditto
-@@ -1773,6 +1773,16 @@
+@@ -1821,6 +1821,16 @@
-DCK_DTRCD -DCK_DTRCTS -DTPUTSARGTYPE=int -DFNFLOAT $(KFLAGS) -O" \
"LIBS= -lcurses -lcrypt -lm $(LIBS)"
@@ -27,6 +27,6 @@ $NetBSD: patch-aa,v 1.6 2003/07/02 20:37:35 kim Exp $
+ -DCK_DTRCD -DCK_DTRCTS -DTPUTSARGTYPE=int -DFNFLOAT $(KFLAGS) -O" \
+ "LIBS= -lcurses -lcrypt $(SSLLIB) -lssl -lcrypto -lm $(LIBS)"
+
- #NetBSD 1.5.x in which the return type of the function pointer that is the
+ #NetBSD 1.5.x in which the return type of the function pointer that is the
#third argument of tputs() was changed from void to int... The regular NetBSD
#target builds OK here but this one eliminates the (harmless) warning.