Re: git: 1d804e3dd48a - main - devel/efl: Fix formatting and some build options.
- In reply to: Dima Panov : "Re: git: 1d804e3dd48a - main - devel/efl: Fix formatting and some build options."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Nov 2022 10:46:30 UTC
On Mon, Nov 7, 2022 at 11:09 AM Dima Panov <fluffy@freebsd.org> wrote: > > > > On 07.11.2022 10:46, Gleb Popov wrote: > > The branch main has been updated by arrowd: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=1d804e3dd48a18ce94317fe9374b06f8f27d267e > > > > commit 1d804e3dd48a18ce94317fe9374b06f8f27d267e > > Author: Gleb Popov <arrowd@FreeBSD.org> > > AuthorDate: 2022-11-07 06:49:32 +0000 > > Commit: Gleb Popov <arrowd@FreeBSD.org> > > CommitDate: 2022-11-07 07:46:00 +0000 > > > > devel/efl: Fix formatting and some build options. > > --- > > devel/efl/Makefile | 201 +++++++++++++++++++++++++---------------------------- > > 1 file changed, 94 insertions(+), 107 deletions(-) > > > > diff --git a/devel/efl/Makefile b/devel/efl/Makefile > > index f33afca5f671..edb01a0d3c71 100644 > > --- a/devel/efl/Makefile > > +++ b/devel/efl/Makefile > > @@ -19,14 +19,15 @@ LIB_DEPENDS= libgif.so:graphics/giflib \ > > libfontconfig.so:x11-fonts/fontconfig \ > > libdbus-1.so:devel/dbus \ > > libcurl.so:ftp/curl \ > > - libsndfile.so:audio/libsndfile > > + libsndfile.so:audio/libsndfile \ > > + libunwind.so:devel/libunwind > > > > > Nope. You cannot unconditionally depends on libunwind for any architecture, it available only on > ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le > > > > -- > Sincerely, > Dima (fluffy@FreeBSD.org, https://t.me/FluffyBSD) > (desktop, kde, x11, office, ports-secteam)@FreeBSD team Oops didn't know about that. Fixed now, thanks for spotting it!