pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gkrellm: -export-dynamic in Makefile is no longer necessary



Module Name:	pkgsrc-wip
Committed By:	PHO <pho%cielonegro.org@localhost>
Pushed By:	pho
Date:		Fri Aug 29 14:12:08 2025 +0900
Changeset:	0829e5b08de9c72bf3d51e918fc64a4573f5b47c

Modified Files:
	gkrellm/Makefile

Log Message:
gkrellm: -export-dynamic in Makefile is no longer necessary

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0829e5b08de9c72bf3d51e918fc64a4573f5b47c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gkrellm/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diffs:
diff --git a/gkrellm/Makefile b/gkrellm/Makefile
index f3ec885538..e3ac81822f 100644
--- a/gkrellm/Makefile
+++ b/gkrellm/Makefile
@@ -28,12 +28,7 @@ BUILD_MAKE_FLAGS+=	LOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale
 
 MAKE_ENV+=		MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
-# Fix PR pkg/40047, Thanks to Ondrej Tuma
-.if ${OBJECT_FMT} == "ELF" && ${OPSYS} != "SunOS"
-LDFLAGS+=	-Wl,-export-dynamic
-.endif
-
-REQD_DIRS=	lib/gkrellm2/plugins lib/gkrellm2/themes
+REQD_DIRS=		lib/gkrellm2/plugins lib/gkrellm2/themes
 
 # Generate and install gkrellm.pc
 post-build:


Home | Main Index | Thread Index | Old Index