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:           Mon Sep  2 19:43:06 UTC 2019

Modified Files:
        pkgsrc/graphics/MesaLib: Makefile

Log Message:
MesaLib: remove --build-id=sha1 linker arg on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 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.160 pkgsrc/graphics/MesaLib/Makefile:1.161
--- pkgsrc/graphics/MesaLib/Makefile:1.160      Sat Aug 31 20:30:00 2019
+++ pkgsrc/graphics/MesaLib/Makefile    Mon Sep  2 19:43:06 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.160 2019/08/31 20:30:00 nia Exp $
+# $NetBSD: Makefile,v 1.161 2019/09/02 19:43:06 nia Exp $
 
 DISTNAME=      mesa-19.1.5
 PKGNAME=       ${DISTNAME:S/mesa/MesaLib/}
@@ -151,7 +151,8 @@ MESON_ARGS+=        -Dgallium-xvmc=false
 CPPFLAGS+=     -DHAVE_NOATEXIT
 CPPFLAGS+=     -DSYSCONFDIR=${PKG_SYSCONFDIR}
 
-BUILDLINK_TRANSFORM+=  rm:-Werror=return-type
+BUILDLINK_TRANSFORM+=          rm:-Werror=return-type
+BUILDLINK_TRANSFORM.SunOS+=    rm:--build-id=sha1
 
 # Work around Xorg segfaulting in radeon driver due to wrong alloca being used
 CFLAGS.NetBSD+=                -Dalloca=__builtin_alloca



Home | Main Index | Thread Index | Old Index