git: 565b81dba8b6 - main - x11-wm/mutter: Undo USE_LDCONFIG tweak

From: Don Lewis <truckman_at_FreeBSD.org>
Date: Tue, 17 Jun 2025 22:59:55 UTC
The branch main has been updated by truckman:

URL: https://cgit.FreeBSD.org/ports/commit/?id=565b81dba8b66a17e4595dbf98528b999729a1c4

commit 565b81dba8b66a17e4595dbf98528b999729a1c4
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2025-06-17 22:39:02 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2025-06-17 22:59:11 +0000

    x11-wm/mutter: Undo USE_LDCONFIG tweak
    
    Revert "x11-wm/mutter: Tweak USE_LDCONFIG"
    
    This reverts commit 4765ce804cca8dff967d20b33826d65943cf8591.
    
    This is no longer needed after the gnome-shell NO_SHLIB_REQUIRES_GLOB
    change.
    
    Reported by:    arrowd, tagattie
---
 x11-wm/mutter/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile
index 13bde8009466..6027d223bdf1 100644
--- a/x11-wm/mutter/Makefile
+++ b/x11-wm/mutter/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mutter
 PORTVERSION=	47.8.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-wm
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
@@ -48,7 +48,7 @@ USE_GL=		egl gbm
 USE_GNOME=	atk cairo gdkpixbuf gnomedesktop4 gtk40 introspection:build
 USE_XORG=	ice pixman sm x11 xcb xcomposite xcursor xdamage xext \
 		xfixes xi xinerama xrandr xrender xtst
-USE_LDCONFIG=	${PREFIX}/lib ${PREFIX}/lib/mutter-15
+USE_LDCONFIG=	yes
 CFLAGS+=	-Wno-unknown-warning-option -Wno-format-nonliteral
 CPPFLAGS+=	-fno-omit-frame-pointer
 MESON_ARGS=	-Dlibdisplay_info=enabled \