summaryrefslogtreecommitdiff
path: root/net/libupnp/Makefile
diff options
context:
space:
mode:
authorobache <obache>2008-01-03 12:32:34 +0000
committerobache <obache>2008-01-03 12:32:34 +0000
commitccd9010001ed62dc2360ec67e196e661421cab9f (patch)
tree193295b94c163d5a0a39f72362e3f60ea63da912 /net/libupnp/Makefile
parent4d24b5107d13cd0e4265a927665da40d0afe82f3 (diff)
downloadpkgsrc-ccd9010001ed62dc2360ec67e196e661421cab9f.tar.gz
Update libupnp to 1.6.3.
******************************************************************************* Version 1.6.3 ******************************************************************************* 2007-12-25 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Using pthread flags for the whole project, not just at the places individually indicated by several Makefile.am files spread all over the directories. That was too much error prone. 2007-12-24 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Added a configure test to check if pthread_rwlock_t is available. Define _GNU_SOURCE if needed. The fallback behaviou will only be implemented if _GNU_SOURCE prooves to be insufficient on some platforms. Thanks to Jonathan Casiot (no_dice) and Robert Gingher (robsbox). 2007-12-17 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Removed unused iasnprintf.{c,h} files. 2007-12-17 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Removed STATSONLY() macro from ThreadPool.{c,h}. * Removed time() usage from ThreadPool.c. * Fixed STATS = 0 compilation. 2007-12-16 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Library was not compiling on FreeBSD 7. Code now no longer uses ftime(), using gettimeofday() instead. Thanks to Josh Carroll.
Diffstat (limited to 'net/libupnp/Makefile')
-rw-r--r--net/libupnp/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/libupnp/Makefile b/net/libupnp/Makefile
index 053a2608864..322c227aca1 100644
--- a/net/libupnp/Makefile
+++ b/net/libupnp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2007/12/11 00:21:20 obache Exp $
+# $NetBSD: Makefile,v 1.9 2008/01/03 12:32:34 obache Exp $
#
-DISTNAME= libupnp-1.6.2
+DISTNAME= libupnp-1.6.3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pupnp/}
EXTRACT_SUFX= .tar.bz2
@@ -19,6 +19,8 @@ CONFIGURE_ARGS+= --with-documentation
PKGCONFIG_OVERRIDE+= libupnp.pc.in
+BUILDLINK_TRANSFORM+= rm:-lcompat
+
PKG_DESTDIR_SUPPORT= user-destdir
TEST_TARGET= check