pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/MesaLib



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Mar 11 11:18:43 UTC 2025

Modified Files:
        pkgsrc/graphics/MesaLib: Makefile

Log Message:
MesaLib: Don't enable lld workaround on Darwin.


To generate a diff of this commit:
cvs rdiff -u -r1.215 -r1.216 pkgsrc/graphics/MesaLib/Makefile

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

Modified files:

Index: pkgsrc/graphics/MesaLib/Makefile
diff -u pkgsrc/graphics/MesaLib/Makefile:1.215 pkgsrc/graphics/MesaLib/Makefile:1.216
--- pkgsrc/graphics/MesaLib/Makefile:1.215      Fri Mar  7 07:00:33 2025
+++ pkgsrc/graphics/MesaLib/Makefile    Tue Mar 11 11:18:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.215 2025/03/07 07:00:33 wiz Exp $
+# $NetBSD: Makefile,v 1.216 2025/03/11 11:18:43 nia Exp $
 
 DISTNAME=      mesa-21.3.9
 PKGNAME=       ${DISTNAME:S/mesa/MesaLib/}
@@ -37,7 +37,7 @@ MESA_PLATFORMS=               #
 # we currently lack a way to test linker version.
 # Fixed upstream after 23.3.
 # See https://bugs.gentoo.org/914905
-.if ${OPSYS} != "SunOS" && ${PKGSRC_COMPILER:M*clang*}
+.if ${OPSYS} != "SunOS" && ${OPSYS} != "Darwin" && ${PKGSRC_COMPILER:M*clang*}
 LDFLAGS+=      -Wl,--undefined-version
 .endif
 



Home | Main Index | Thread Index | Old Index