diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-03-28 22:22:46 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-03-28 22:22:46 +0000 |
commit | a1401b84a948f00f1e993a05ef7caeca57f020fd (patch) | |
tree | 633419cff778e871581f595e008703f9b098b6f4 /net | |
parent | 1a536480963727dfb0d6f8de26f54e024e5362c3 (diff) | |
download | pkgsrc-a1401b84a948f00f1e993a05ef7caeca57f020fd.tar.gz |
Need -D_POSIX_PTHREAD_SEMANTICS on SunOS.
Diffstat (limited to 'net')
-rw-r--r-- | net/libupnp/Makefile | 4 |
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" |