diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-11-14 00:42:18 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-11-14 00:42:18 +0000 |
commit | 0fb9e7d14ce0607e87e1c8e0c3b44af90624712c (patch) | |
tree | 4a1ebe84093d06ebdde4f78a08bb24d49866f029 /security/sslwrap/patches | |
parent | 834571bb19574bfd8c2d04bedcab9578ac629fc9 (diff) | |
download | pkgsrc-0fb9e7d14ce0607e87e1c8e0c3b44af90624712c.tar.gz |
Fix problems seen in latest bulk-build by:
- using PKGNAME_NOREV as the basis for the DISTFILE
- correcting/updating the MASTER_SITES and HOMEPAGE
- patching instead of using -DOPENSSL="\"openssl\"", since
apparently #include "openssl/""foo.h" is no good (gcc-3 issue?)
Diffstat (limited to 'security/sslwrap/patches')
-rw-r--r-- | security/sslwrap/patches/patch-aa | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/sslwrap/patches/patch-aa b/security/sslwrap/patches/patch-aa index 75100a0d3ca..0c071877702 100644 --- a/security/sslwrap/patches/patch-aa +++ b/security/sslwrap/patches/patch-aa @@ -1,11 +1,10 @@ -$NetBSD: patch-aa,v 1.3 2003/09/18 04:09:19 jmc Exp $ +$NetBSD: patch-aa,v 1.4 2003/11/14 00:42:18 jschauma Exp $ --- Makefile.orig 2000-11-11 22:01:25.000000000 +0000 +++ Makefile 2003-09-17 23:03:22.000000000 +0000 -@@ -1,28 +1,16 @@ +@@ -1,28 +1,15 @@ +PROG= sslwrap +SRCS= s_server.c s_socket.c s_cb.c -+COPTS+= -DOPENSSL="\"openssl/\"" +LDADD= -lssl -lcrypto +MAN= + |