aboutsummaryrefslogtreecommitdiffstats
path: root/security/sslproxy/files
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-02-07 05:55:45 +0800
committerkris <kris@FreeBSD.org>2000-02-07 05:55:45 +0800
commitaf8336affe3b5b07578db68e964c2382af287c52 (patch)
tree691da3ad00af6942e93a97f7a9dd8a40bb30a2b6 /security/sslproxy/files
parent54fa57406fb713467b25637bf4db110c0fa97e38 (diff)
downloadfreebsd-ports-gnome-af8336affe3b5b07578db68e964c2382af287c52.tar.gz
freebsd-ports-gnome-af8336affe3b5b07578db68e964c2382af287c52.tar.zst
freebsd-ports-gnome-af8336affe3b5b07578db68e964c2382af287c52.zip
USE_OPENSSL, respect CC, LOCALBASE (indirectly via OPENSSLLIB)
Assisted by: Jim Bloom <bloom@acm.org>
Diffstat (limited to 'security/sslproxy/files')
-rw-r--r--security/sslproxy/files/patch-aa18
1 files changed, 10 insertions, 8 deletions
diff --git a/security/sslproxy/files/patch-aa b/security/sslproxy/files/patch-aa
index 46fa098516a4..15589e8a27a0 100644
--- a/security/sslproxy/files/patch-aa
+++ b/security/sslproxy/files/patch-aa
@@ -1,19 +1,21 @@
---- Makefile.orig Sun Jun 14 15:52:50 1998
-+++ Makefile Sat Jul 31 11:12:56 1999
-@@ -12,13 +12,13 @@
+--- Makefile.orig Sun Jun 14 13:52:50 1998
++++ Makefile Sat Jan 29 16:48:49 2000
+@@ -10,15 +10,13 @@
+
+
# if you use cc, remove the -Wall and -g options
- CC= gcc
+-CC= gcc
++CC?= gcc
-SSLROOT= /usr/local/ssl
-+SSLROOT= /usr/local
-
+-
-CFLAGS= -Wall -I$(SSLROOT)/include -O
-+CFLAGS+= -I$(SSLROOT)/include
++CFLAGS+= -I$(OPENSSLINC)
# for Solaris 2.x add -DSOLARIS2, for SunOS add -DSUNOS and for HP-UX add
# -DHP to the CFLAGS variable
-LIBS = -L$(SSLROOT)/lib -lssl -lcrypto
-+LIBS = -L$(SSLROOT)/lib -lssl -lcrypto $(EXTRA_SSL_LIBS)
++LIBS = -L$(OPENSSLLIB) -lssl -lcrypto $(EXTRA_SSL_LIBS)
OBJ = sslproxy.o