mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue