openbsd-ports/www/http_load/patches/patch-Makefile
2000-09-28 22:26:26 +00:00

19 lines
676 B
Plaintext

$OpenBSD: patch-Makefile,v 1.3 2000/09/28 22:26:26 avsm Exp $
--- Makefile.orig Wed Sep 13 19:57:07 2000
+++ Makefile Thu Sep 28 23:18:02 2000
@@ -9,10 +9,10 @@
# http://www.openssl.org/ Make sure the SSL_TREE definition points to the
# tree with your OpenSSL installation - depending on how you installed it,
# it may be in /usr/local instead of /usr/local/ssl.
-#SSL_TREE = /usr/local/ssl
-#SSL_DEFS = -DUSE_SSL
-#SSL_INC = -I$(SSL_TREE)/include
-#SSL_LIBS = -L$(SSL_TREE)/lib -lssl -lcrypto
+SSL_TREE = /usr
+SSL_DEFS = -DUSE_SSL
+SSL_INC = -I$(SSL_TREE)/include/ssl
+SSL_LIBS = -L$(SSL_TREE)/lib -lssl -lcrypto
BINDIR = /usr/local/bin
MANDIR = /usr/local/man/man1