ports/devel/guile-lib/Makefile
Mark Linimon bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00

23 lines
449 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= guile-lib
PORTVERSION= 0.2.2
CATEGORIES= devel scheme
MASTER_SITES= SAVANNAH
MAINTAINER= ports@FreeBSD.org
COMMENT= Repository of useful code written in Guile Scheme
BUILD_DEPENDS= guile:lang/guile
RUN_DEPENDS= guile:lang/guile
BROKEN_armv6= fails to compile: stack overflow
BROKEN_armv7= fails to compile: stack overflow
USES= gmake
GNU_CONFIGURE= yes
INFO= guile-library
.include <bsd.port.mk>