diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-01 09:24:22 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-01 09:24:22 +0000 |
commit | 24c7abf55ce6ab0a33a529f2405764e85971a165 (patch) | |
tree | 40e9625da93e341389cfa024356f7955aa16a9a0 /chat | |
parent | 5c6e62e9409bc5fea2970aa4d3eb649e0fd2b607 (diff) | |
download | pkgsrc-24c7abf55ce6ab0a33a529f2405764e85971a165.tar.gz |
"uses strlcpy" -> BROKEN_ON_PLATFORM, not NOT_FOR_PLATFORM.
(do we have strlcpy support in MISSING_FEATURES?)
Diffstat (limited to 'chat')
-rw-r--r-- | chat/icbirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/icbirc/Makefile b/chat/icbirc/Makefile index 0169a69f646..0cfd254a8e5 100644 --- a/chat/icbirc/Makefile +++ b/chat/icbirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/03 00:02:37 asau Exp $ +# $NetBSD: Makefile,v 1.18 2015/01/01 09:24:22 dholland Exp $ DISTNAME= icbirc-1.8 PKGREVISION= 1 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.benzedrine.cx/icbirc.html COMMENT= Proxy IRC client and ICB server # uses strlcpy -NOT_FOR_PLATFORM= Linux-*-* +BROKEN_ON_PLATFORM= Linux-*-* WRKSRC= ${WRKDIR}/${PKGBASE} MAKE_ENV+= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man" |