summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjperkin <jperkin>2013-03-28 22:22:46 +0000
committerjperkin <jperkin>2013-03-28 22:22:46 +0000
commitd27fa9f19537449e4f73e95e7a04f169b0ea24fb (patch)
tree633419cff778e871581f595e008703f9b098b6f4 /net
parente2c55825b4aef13bba40bc44152e32b82a1800e4 (diff)
downloadpkgsrc-d27fa9f19537449e4f73e95e7a04f169b0ea24fb.tar.gz
Need -D_POSIX_PTHREAD_SEMANTICS on SunOS.
Diffstat (limited to 'net')
-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"