summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-09-02 20:28:34 +0000
committernia <nia@pkgsrc.org>2019-09-02 20:28:34 +0000
commit61a7dd3a96f811789eb90602e68f281d66d52450 (patch)
tree0914795b4088c24166f7df0fe8ead2fb44554d12 /graphics
parent19a1308bcb1bacb03932a2afa00480d9d667759a (diff)
downloadpkgsrc-61a7dd3a96f811789eb90602e68f281d66d52450.tar.gz
MesaLib: build-id is a linker arg so needs -Wl, oops
Diffstat (limited to 'graphics')
-rw-r--r--graphics/MesaLib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile
index 47cd0bb7717..84b62a34509 100644
--- a/graphics/MesaLib/Makefile
+++ b/graphics/MesaLib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.161 2019/09/02 19:43:06 nia Exp $
+# $NetBSD: Makefile,v 1.162 2019/09/02 20:28:34 nia Exp $
DISTNAME= mesa-19.1.5
PKGNAME= ${DISTNAME:S/mesa/MesaLib/}
@@ -152,7 +152,7 @@ CPPFLAGS+= -DHAVE_NOATEXIT
CPPFLAGS+= -DSYSCONFDIR=${PKG_SYSCONFDIR}
BUILDLINK_TRANSFORM+= rm:-Werror=return-type
-BUILDLINK_TRANSFORM.SunOS+= rm:--build-id=sha1
+BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--build-id=sha1
# Work around Xorg segfaulting in radeon driver due to wrong alloca being used
CFLAGS.NetBSD+= -Dalloca=__builtin_alloca