1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/security/sslproxy/files/patch-aa
Steve Price 1e28a3746d Initial import of sslproxy version 19980614.
Proxies non-SSL requests over an SSL connection.

PR:		11723
Submitted by:	Alex Le Heux <alexlh@funk.org>
1999-06-06 17:49:47 +00:00

15 lines
402 B
Plaintext

--- Makefile.orig Sun Jun 14 15:52:50 1998
+++ Makefile Sat Jun 5 16:24:40 1999
@@ -12,9 +12,9 @@
# if you use cc, remove the -Wall and -g options
CC= gcc
-SSLROOT= /usr/local/ssl
+SSLROOT= /usr/local
-CFLAGS= -Wall -I$(SSLROOT)/include -O
+CFLAGS= -Wall -I$(SSLROOT)/include/openssl -O
# for Solaris 2.x add -DSOLARIS2, for SunOS add -DSUNOS and for HP-UX add
# -DHP to the CFLAGS variable