pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/totd Don't let the build fail because of "pointer ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7ac8f51e5ee
branches:  trunk
changeset: 536024:e7ac8f51e5ee
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Dec 01 13:23:14 2007 +0000

description:
Don't let the build fail because of "pointer targets that differ in
signedness".

diffstat:

 net/totd/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 9d200c34b699 -r e7ac8f51e5ee net/totd/Makefile
--- a/net/totd/Makefile Sat Dec 01 13:20:51 2007 +0000
+++ b/net/totd/Makefile Sat Dec 01 13:23:14 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2007/12/01 13:20:51 rillig Exp $
+# $NetBSD: Makefile,v 1.27 2007/12/01 13:23:14 rillig Exp $
 #
 
 DISTNAME=      totd-1.5.1
@@ -16,7 +16,8 @@
 PKG_OPTIONS_REQUIRED_GROUPS=   inet6 # require inet6 capability
 PKG_OPTIONS_GROUP.inet6=       inet6
 
-INSTALLATION_DIRS=     ${PKGMANDIR}/man8 sbin share/examples/totd
+INSTALLATION_DIRS_FROM_PLIST=  yes
+BUILDLINK_TRANSFORM+=          rm:-Werror
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/totd ${PREFIX}/sbin/



Home | Main Index | Thread Index | Old Index