freebsd-ports/net/fort/files/patch-src_Makefile.am
Philip Paeps 811d8e15b1 net/fort: Update to 1.6.0
- Update to 1.6.0
- Changelog: https://github.com/NICMx/FORT-validator/releases/tag/1.6.0

Approved by:	Toni Kalombo <toni@devboks.com> (maintainer, implicit)
2023-12-14 10:01:13 +08:00

11 lines
483 B
Text

--- src/Makefile.am.orig 2023-12-14 01:43:09 UTC
+++ src/Makefile.am
@@ -118,7 +118,7 @@ fort_CFLAGS = -Wall -Wpedantic
# Feel free to temporarily remove this one if you're not using gcc 7.3.0.
#fort_CFLAGS += $(GCC_WARNS)
fort_CFLAGS += -std=c99 -D_POSIX_C_SOURCE=200809 -D_XOPEN_SOURCE=700
-fort_CFLAGS += -O2 -g $(FORT_FLAGS) ${XML2_CFLAGS}
+fort_CFLAGS += -O2 -g $(FORT_FLAGS) ${XML2_CFLAGS} ${JANSSON_CFLAGS}
if BACKTRACE_ENABLED
fort_CFLAGS += -DBACKTRACE_ENABLED
endif