mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
libcoap is a C implementation of a lightweight application-protocol for devices that are constrained their resources such as computing power, RF range, memory, bandwidth, or network packet sizes. This protocol, CoAP, is standardized by the IETF as RFC 7252. For further information related to CoAP, see http://coap.technology. WWW: https://github.com/obgm/libcoap
11 lines
246 B
Text
11 lines
246 B
Text
--- configure.ac.orig 2019-02-23 16:30:54 UTC
|
|
+++ configure.ac
|
|
@@ -616,7 +616,7 @@ case $host in
|
|
#AC_SUBST(OS_MACOS)
|
|
;;
|
|
|
|
- *-freebsd1*)
|
|
+ *freebsd*)
|
|
AC_MSG_RESULT([FreeBSD-1x])
|
|
ADDITIONAL_CFLAGS="-D_GNU_SOURCE"
|
|
;;
|