mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
lang/ecl: compiler requires libatomic_ops in RUN_DEPENDS.
PR: 255935 Reported by: Kevin Zheng <kevinz5000@gmail.com>
This commit is contained in:
parent
564b89d5e9
commit
f476e82663
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= ecl
|
||||
PORTVERSION= 20.4.24
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= lang lisp
|
||||
MASTER_SITES= https://common-lisp.net/project/ecl/static/files/release/
|
||||
|
||||
@ -17,6 +17,7 @@ BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fau
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops
|
||||
LIB_DEPENDS= libgc.so:devel/boehm-gc \
|
||||
libgmp.so:math/gmp
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops
|
||||
|
||||
USES= autoreconf gmake localbase makeinfo perl5 tar:tgz
|
||||
USE_CSTD= c99
|
||||
|
Loading…
Reference in New Issue
Block a user