freebsd-ports/devel/linenoise-ng/Makefile
Mark Linimon fa74598719 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-21 21:55:08 +00:00

26 lines
647 B
Makefile

# Created by: David Thiel <lx@freebsd.org>
# $FreeBSD$
PORTNAME= linenoise-ng
PORTVERSION= 1.0.0
DISTVERSIONPREFIX=v
CATEGORIES= devel
MAINTAINER= lx@FreeBSD.org
COMMENT= Small, portable readline replacement
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_mips= fails to compile: cc1plus: unrecognized command line option "-std=c++11"
BROKEN_mips64= fails to compile: cc1plus: unrecognized command line option "-std=c++11"
BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11"
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= arangodb
GH_PROJECT= linenoise-ng
CFLAGS+= -fPIC
.include <bsd.port.mk>