openbsd-ports/net/libupnpp/patches/patch-configure
2022-03-11 19:45:43 +00:00

12 lines
301 B
Plaintext

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