pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/ghex



Module Name:    pkgsrc
Committed By:   hauke
Date:           Wed Jul  9 08:18:19 UTC 2025

Modified Files:
        pkgsrc/editors/ghex: Makefile

Log Message:
macOS: Strip unsupported linker option.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/editors/ghex/Makefile

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

Modified files:

Index: pkgsrc/editors/ghex/Makefile
diff -u pkgsrc/editors/ghex/Makefile:1.78 pkgsrc/editors/ghex/Makefile:1.79
--- pkgsrc/editors/ghex/Makefile:1.78   Thu Apr 24 14:13:44 2025
+++ pkgsrc/editors/ghex/Makefile        Wed Jul  9 08:18:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2025/04/24 14:13:44 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2025/07/09 08:18:19 hauke Exp $
 
 DISTNAME=      ghex-3.18.4
 PKGREVISION=   17
@@ -18,6 +18,8 @@ PYTHON_FOR_BUILD_ONLY=        tool
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 PKGCONFIG_OVERRIDE+=           output/data/gtkhex-3.pc
 
+BUILDLINK_TRANSFORM.Darwin+=   rm:-Wl,--no-undefined
+
 .include "../../devel/meson/build.mk"
 .include "../../devel/gettext-tools/msgfmt-desktop.mk"
 .include "../../devel/glib2/schemas.mk"



Home | Main Index | Thread Index | Old Index