mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
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
23 lines
449 B
Makefile
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>
|