blob: 8a747a4aca0f678e262476e0629c246b1d59072f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- 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
|