FreeBSD Bugzilla – Attachment 225008 Details for
Bug 255935
lang/ecl: Make libatomic_ops a LIB_DEPENDS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-lang-ecl-Make-libatomic_ops-a-LIB_DEPENDS.patch (text/plain), 1.14 KB, created by
Kevin Zheng
on 2021-05-16 20:48:03 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Kevin Zheng
Created:
2021-05-16 20:48:03 UTC
Size:
1.14 KB
patch
obsolete
>From 70e70f8a6dc33a2a1b3b48d9700ffdf8fa43d9e6 Mon Sep 17 00:00:00 2001 >From: Kevin Zheng <kevinz5000@gmail.com> >Date: Sun, 16 May 2021 13:46:13 -0700 >Subject: [PATCH] lang/ecl: Make libatomic_ops a LIB_DEPENDS > >--- > lang/ecl/Makefile | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile >index 9cd58dad7791..742d137a0bf2 100644 >--- a/lang/ecl/Makefile >+++ b/lang/ecl/Makefile >@@ -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/ > >@@ -14,9 +14,9 @@ LICENSE= LGPL20 > BROKEN_mips= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped > BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped > >-BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops > LIB_DEPENDS= libgmp.so:math/gmp \ >- libgc.so:devel/boehm-gc >+ libgc.so:devel/boehm-gc \ >+ ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops > > MAKE_JOBS_UNSAFE= yes > USES= autoreconf gmake localbase perl5 tar:tgz makeinfo >-- >2.31.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 255935
: 225008