ports/dns/dnsdbflex/files/patch-Makefile
Don Lewis 0204f38574 Add dns/dnsdbflex: Command line tool to use the DNSDB Flexible Search API
extensions.

Sponsored by:	Farsight Security, Inc.
2021-03-12 08:41:52 +00:00

15 lines
501 B
Text

--- Makefile.orig 2020-10-14 17:44:31 UTC
+++ Makefile
@@ -15,10 +15,10 @@
#
CURLINCL = `curl-config --cflags`
-JANSINCL = -I/usr/local/include
+JANSINCL = -I$(LOCALBASE)/include
CURLLIBS = `[ ! -z "$$(curl-config --libs)" ] && curl-config --libs || curl-config --static-libs`
-JANSLIBS = -L/usr/local/lib -ljansson
+JANSLIBS = -L$(LOCALBASE)/lib -ljansson
CWARN =-W -Wall -Wextra -Wcast-qual -Wpointer-arith -Wwrite-strings \
-Wmissing-prototypes -Wbad-function-cast -Wnested-externs \