diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-06 17:49:47 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-06 17:49:47 +0000 |
commit | 1e28a3746d77419601862eacd64db1c2d2f5c389 (patch) | |
tree | 9dc129f2831aa93351720535b4ebf8692bcaaf9a /security/sslproxy/files | |
parent | 79baa33417f493d556d5bcf4c72b6d9406eb4eb3 (diff) |
Notes
Diffstat (limited to 'security/sslproxy/files')
-rw-r--r-- | security/sslproxy/files/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/sslproxy/files/patch-aa b/security/sslproxy/files/patch-aa new file mode 100644 index 000000000000..a5e318323afc --- /dev/null +++ b/security/sslproxy/files/patch-aa @@ -0,0 +1,14 @@ +--- 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 + |