ports/net/libcoap/files/patch-configure.ac
Tobias C. Berner af77fe610b net/libcoap: update to 4.3.1
- completely rely on gsed instead of patching the makefile to work with
  sed
2022-11-23 16:28:49 +01:00

11 lines
246 B
Text

--- configure.ac.orig 2022-09-02 11:42:24 UTC
+++ configure.ac
@@ -918,7 +918,7 @@ case $host in
#AC_SUBST(OS_MACOS)
;;
- *-freebsd1*)
+ *freebsd*)
AC_MSG_RESULT([FreeBSD-1x])
ADDITIONAL_CFLAGS="-D_GNU_SOURCE"
;;