FreeBSD Bugzilla – Attachment 259295 Details for
Bug 273479
devel/glib20: silent grab libelf.so.1 from devel/elfutils
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
26fa21c695.patch (text/plain), 1.15 KB, created by
Ivan Rozhuk
on 2025-04-03 13:38:25 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2025-04-03 13:38:25 UTC
Size:
1.15 KB
patch
obsolete
>From 26fa21c69591b664a93cd45f5fcbb18f83d3998d Mon Sep 17 00:00:00 2001 >From: Rozhuk Ivan <rozhuk.im@gmail.com> >Date: Tue, 26 Dec 2023 05:17:43 +0200 >Subject: [PATCH] devel/glib20: disable libelf from ports > >--- > devel/glib20/Makefile | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile >index 55811895ddab..1c03172c688c 100644 >--- a/devel/glib20/Makefile >+++ b/devel/glib20/Makefile >@@ -47,6 +47,7 @@ MESON_ARGS= -Db_lundef=false \ > -Dselinux=disabled \ > -Dsysprof=disabled \ > -Dsystemtap=disabled \ >+ -Dlibelf=disabled \ > -Dxattr=false > BINARY_ALIAS= python3=${PYTHON_CMD} > PORTSCOUT= limitw:1,even >@@ -108,6 +109,12 @@ post-patch: > ${WRKSRC}/gio/xdgmime/xdgmime.c \ > ${WRKSRC}/glib/gutils.c \ > ${WRKSRC}/glib/tests/utils.c >+ # Force use libelf headers from base. >+ # gelf.h includes <libelf.h> so remove it to avoid conflict between >+ # </usr/include/libelf.h> and <libelf.h>=/usr/local/include/libelf.h. >+ ${REINPLACE_CMD} -e 's|#include <gelf.h>||g' \ >+ -e 's|#include <libelf.h>|#include </usr/include/libelf.h>|g' \ >+ ${WRKSRC}/gio/gresource-tool.c > > CODEGENDIR= ${PREFIX}/share/glib-2.0/codegen >
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
Flags:
rozhuk.im
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 273479
:
247253
|
251937
| 259295
Working