summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/libupnp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libupnp/Makefile b/net/libupnp/Makefile
index 7dc37b844b1..cd0d825d083 100644
--- a/net/libupnp/Makefile
+++ b/net/libupnp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2013/01/29 16:22:47 drochner Exp $
+# $NetBSD: Makefile,v 1.21 2013/03/28 22:22:46 jperkin Exp $
#
DISTNAME= libupnp-1.6.18
@@ -22,6 +22,8 @@ PKGCONFIG_OVERRIDE+= libupnp.pc.in
TEST_TARGET= check
+CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
+
.include "options.mk"
.include "../../mk/pthread.buildlink3.mk"