ports/net/libupnpp/patches/patch-configure

12 lines
301 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: configure
--- configure.orig
+++ configure
@@ -2488,6 +2488,7 @@ build_mac=no
# Detect the target system
case "${host_os}" in
linux*|uclinux*) build_linux=yes;;
+ openbsd*) ;;
darwin*) build_mac=yes;;
*) as_fn_error $? "\"OS $host_os is not supported\"" "$LINENO" 5;;
esac