From 3dfa74c187c03baba5fda0d203cccfbeb8ba5e22 Mon Sep 17 00:00:00 2001 From: he Date: Fri, 19 Feb 2010 15:04:51 +0000 Subject: Update from version 0.14 to 0.14nb1. Pkgsrc changes: o On NetBSD 4.*, avoid the use of -Wl,--no-undefined. It doesn't work there, because the shared lib is not linked with libc.so (which is possibly a bug). Thanks to joerg@ for hints for how to work around this. --- devel/libdaemon/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'devel/libdaemon') diff --git a/devel/libdaemon/Makefile b/devel/libdaemon/Makefile index a3e73460539..2bd9f202a79 100644 --- a/devel/libdaemon/Makefile +++ b/devel/libdaemon/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2009/10/31 02:54:34 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2010/02/19 15:04:51 he Exp $ # DISTNAME= libdaemon-0.14 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://0pointer.de/lennart/projects/libdaemon/ @@ -25,3 +26,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/README ${DESTDIR}${PREFIX}/share/doc/libdaemon .include "../../mk/bsd.pkg.mk" + +.if ${OPSYS} == "NetBSD" && ${OS_VERSION:M4.*} != "" +BUILDLINK_TRANSFORM+= rm:-Wl,--no-undefined +.endif -- cgit v1.2.3