ports/dns/dnsdbflex/files/patch-Makefile
Don Lewis 13956dba10 dns/dnsdbflex: Upgrade to 1.0.7
* 1.0.7:
  - nroff typo fix; was getting ---mode in output

  - Sync with a dnsdbq change: require API key passed in $DNSDB_API_KEY
    environment variable if not in the config file as APIKEY or
    DNSDB_API_KEY. Allow DNSDB_API_KEY in config file instead of APIKEY

  - sync latest dnsdbq changes to dnsdbflex: curl timeout option

  - Remove extra space in debug message

  - sync with dnsdbq

Sponsored by:	DomainTools LLC
2024-08-11 20:00:05 -07:00

15 lines
367 B
Text

--- Makefile.orig 2024-08-05 23:23:17 UTC
+++ Makefile
@@ -15,9 +15,11 @@
#
# Base directory for jansson header and libraries
-JANSBASE=/usr/local
+#JANSBASE=/usr/local
# For macOS on M1, use this instead of the above line:
#JANSBASE=/opt/homebrew
+# For FreeBSD. use this instead of the above line:
+JANSBASE=$(LOCALBASE)
JANSINCL = -I$(JANSBASE)/include