1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/security/sslwrap/files/patch-aa
Steve Price 2b52928c68 Adding sslwrap version 2.0.5.
Another SSL wrapper application, which uses SSLEay/OpenSSL.

PR:		14771
Submitted by:	Zahemszky Gabor <zgabor@CoDe.HU>
1999-12-27 01:56:10 +00:00

14 lines
347 B
Plaintext

--- Makefile.orig Tue Sep 28 07:49:54 1999
+++ Makefile Sun Dec 26 10:22:14 1999
@@ -14,8 +14,8 @@
all :
gcc -o sslwrap ${SRC} ${OPT} -DFLAT_INC -DOPENSSL=${OPENSSL} \
- -L/usr/local/ssl/lib -lssl -lcrypto \
- -I/usr/local/ssl/include \
+ -L${PREFIX}/lib -lssl -lcrypto ${EXTRA_SSL_LIBS} \
+ -I${PREFIX}/include \
${EXTLIBS}
clean: