1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/security/sslproxy/files/patch-aa

20 lines
508 B
Plaintext
Raw Normal View History

--- Makefile.orig Sun Jun 14 15:52:50 1998
+++ Makefile Sat Jul 31 11:12:56 1999
@@ -12,13 +12,13 @@
# 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+= -I$(SSLROOT)/include
# 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)
OBJ = sslproxy.o