Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/dns/dnsdbflex/files/patch-Makefile
16462 views
--- 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