summaryrefslogtreecommitdiff
path: root/security/sslproxy/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/sslproxy/files/patch-aa')
-rw-r--r--security/sslproxy/files/patch-aa21
1 files changed, 0 insertions, 21 deletions
diff --git a/security/sslproxy/files/patch-aa b/security/sslproxy/files/patch-aa
deleted file mode 100644
index 113f34088108..000000000000
--- a/security/sslproxy/files/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.orig Sat Jan 29 11:36:07 2000
-+++ Makefile Mon Feb 7 17:07:20 2000
-@@ -10,15 +10,13 @@
-
-
- # if you use cc, remove the -Wall and -g options
--CC= gcc
-+CC?= gcc
-
--SSLROOT= /usr/local/openssl
--
--CFLAGS= -Wall -I$(SSLROOT)/include -O
-+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$(OPENSSLLIB) -lssl -lcrypto $(EXTRA_SSL_LIBS)
-
- OBJ = sslproxy.o
-