ports/security/slush/files/patch-Makefile.in
Dmitry Marakasov 518b70dd41 - Switch to options helpers
- Regenerate patches
2017-12-01 11:19:21 +00:00

22 lines
697 B
Text

--- Makefile.in.orig 1999-04-06 08:05:04 UTC
+++ Makefile.in
@@ -9,8 +9,8 @@ MANDIR=/usr/man/man8
CC=@CC@
INSTALL=@INSTALL@
-CFLAGS=@CFLAGS@ -Wall -DVERSION=\"$(VERSION)\" -I/usr/local/ssl/include -I/usr/include/ssl
-LIBS=@LIBS@ -L/usr/local/ssl/lib -lssl -lcrypto
+CFLAGS=@CFLAGS@ -Wall -DVERSION=\"$(VERSION)\" -I$(OPENSSLINC) -I$(OPENSSLINC)/openssl -I$(LOCALBASE)/include
+LIBS=@LIBS@ -L$(OPENSSLLIB) -lssl -lcrypto $(EXTRA_SSL_LIBS) -lutil
all: slush slushd
@@ -38,7 +38,7 @@ $(MANDIR)/slush.8: slush.8
install: $(SBINDIR)/slushd $(MANDIR)/slush.8
cert:
- ssleay req -new -x509 -nodes \
+ openssl req -new -x509 -nodes \
-out slushd.pem -days 365 -keyout slushd.pem
clean: