freebsd-ports/shells/bashc/Makefile
Mark Linimon 631eab01cc Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
2016-11-10 01:21:43 +00:00

23 lines
433 B
Makefile

# Created by: alepulver
# $FreeBSD$
PORTNAME= bashc
PORTVERSION= 3.2.33.0
PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU bash shell extended with visual two-panel file browser
MAKE_JOBS_UNSAFE= yes
BROKEN_aarch64= Fails to link: missing sbrk
USES= tar:tgz
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|autoconf|${TRUE}|' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>