Thu Mar 28 22:22:46 2013 UTC ()
Need -D_POSIX_PTHREAD_SEMANTICS on SunOS.


(jperkin)
diff -r1.20 -r1.21 pkgsrc/net/libupnp/Makefile

cvs diff -r1.20 -r1.21 pkgsrc/net/libupnp/Makefile (expand / switch to unified diff)

--- pkgsrc/net/libupnp/Makefile 2013/01/29 16:22:47 1.20
+++ pkgsrc/net/libupnp/Makefile 2013/03/28 22:22:46 1.21
@@ -1,28 +1,30 @@ @@ -1,28 +1,30 @@
1# $NetBSD: Makefile,v 1.20 2013/01/29 16:22:47 drochner Exp $ 1# $NetBSD: Makefile,v 1.21 2013/03/28 22:22:46 jperkin Exp $
2# 2#
3 3
4DISTNAME= libupnp-1.6.18 4DISTNAME= libupnp-1.6.18
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pupnp/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pupnp/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= obache@NetBSD.org 9MAINTAINER= obache@NetBSD.org
10HOMEPAGE= http://pupnp.sourceforge.net/ 10HOMEPAGE= http://pupnp.sourceforge.net/
11COMMENT= Portable Universal Plug and Play (UPnP) SDK 11COMMENT= Portable Universal Plug and Play (UPnP) SDK
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14USE_LANGUAGES= c 14USE_LANGUAGES= c
15USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18 18
19CONFIGURE_ARGS+= --with-documentation 19CONFIGURE_ARGS+= --with-documentation
20 20
21PKGCONFIG_OVERRIDE+= libupnp.pc.in 21PKGCONFIG_OVERRIDE+= libupnp.pc.in
22 22
23TEST_TARGET= check 23TEST_TARGET= check
24 24
 25CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
 26
25.include "options.mk" 27.include "options.mk"
26 28
27.include "../../mk/pthread.buildlink3.mk" 29.include "../../mk/pthread.buildlink3.mk"
28.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"