diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-01 11:03:21 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-01 11:03:21 +0000 |
commit | a0a2d270f0177da0188e64d8ab7c1022c035c662 (patch) | |
tree | 8abd5e3597ffa491940797c65a4736661d5c6fe0 | |
parent | 5dd4282efa15a4a21a2cb52c6492787f8bdc1fe7 (diff) | |
download | pkgsrc-a0a2d270f0177da0188e64d8ab7c1022c035c662.tar.gz |
Use BROKEN_ON_PLATFORM for random C library incompatibilities.
-rw-r--r-- | mail/oe2mbx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/oe2mbx/Makefile b/mail/oe2mbx/Makefile index 87e8c0462ea..34236426255 100644 --- a/mail/oe2mbx/Makefile +++ b/mail/oe2mbx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/10/08 12:19:19 asau Exp $ +# $NetBSD: Makefile,v 1.15 2015/01/01 11:03:21 dholland Exp $ # DISTNAME= oe2mbx-1.21 @@ -11,7 +11,7 @@ HOMEPAGE= http://web.archive.org/2/www.gpl.no/liboe/ COMMENT= Outlook Express messages to the Unix mailbox format converter # assumes fpos_t is an integral type -NOT_FOR_PLATFORM= Linux-*-* +BROKEN_ON_PLATFORM= Linux-*-* WRKSRC= ${WRKDIR}/liboe-0.92 MAKE_FILE= makefile |