summaryrefslogtreecommitdiff
path: root/security/sslwrap/patches
diff options
context:
space:
mode:
authorgrant <grant>2004-02-08 13:44:12 +0000
committergrant <grant>2004-02-08 13:44:12 +0000
commit712f7556e5ec31b55a4a1c8a9b49b449d4a81e0d (patch)
treed4606e2e650e046646fa5246aa96bbbeecde13e7 /security/sslwrap/patches
parent7b9bf098810cf6c661098a95aaca4d2a89d90181 (diff)
downloadpkgsrc-712f7556e5ec31b55a4a1c8a9b49b449d4a81e0d.tar.gz
link against socket libs on Solaris.
Diffstat (limited to 'security/sslwrap/patches')
-rw-r--r--security/sslwrap/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/sslwrap/patches/patch-aa b/security/sslwrap/patches/patch-aa
index 0c071877702..3099dd2eae2 100644
--- a/security/sslwrap/patches/patch-aa
+++ b/security/sslwrap/patches/patch-aa
@@ -1,11 +1,11 @@
-$NetBSD: patch-aa,v 1.4 2003/11/14 00:42:18 jschauma Exp $
+$NetBSD: patch-aa,v 1.5 2004/02/08 13:44:12 grant Exp $
---- Makefile.orig 2000-11-11 22:01:25.000000000 +0000
-+++ Makefile 2003-09-17 23:03:22.000000000 +0000
+--- Makefile.orig 2000-11-12 09:01:25.000000000 +1100
++++ Makefile
@@ -1,28 +1,15 @@
+PROG= sslwrap
+SRCS= s_server.c s_socket.c s_cb.c
-+LDADD= -lssl -lcrypto
++LDADD+= -lssl -lcrypto
+MAN=
+
+.if defined(PREFIX)