pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/MesaLib MesaLib: Fix name of manually constru...
details: https://anonhg.NetBSD.org/pkgsrc/rev/70aa61d4b9ee
branches: trunk
changeset: 345067:70aa61d4b9ee
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Mon Dec 02 10:09:29 2019 +0000
description:
MesaLib: Fix name of manually constructed library on Darwin.
diffstat:
graphics/MesaLib/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r d321ad240d02 -r 70aa61d4b9ee graphics/MesaLib/Makefile
--- a/graphics/MesaLib/Makefile Mon Dec 02 10:08:20 2019 +0000
+++ b/graphics/MesaLib/Makefile Mon Dec 02 10:09:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.177 2019/11/30 11:02:39 nia Exp $
+# $NetBSD: Makefile,v 1.178 2019/12/02 10:09:29 jperkin Exp $
DISTNAME= mesa-19.2.4
PKGNAME= ${DISTNAME:S/mesa/MesaLib/}
@@ -178,6 +178,10 @@
post-install:
${MV} ${DESTDIR}${PREFIX}/share/drirc.d/00-mesa-defaults.conf ${DESTDIR}${EGDIR}
+.if ${OPSYS} == "Darwin"
+ install_name_tool -id ${PREFIX}/lib/dri/swrast_dri.so \
+ ${DESTDIR}${PREFIX}/lib/dri/swrast_dri.so
+.endif
.include "../../devel/meson/build.mk"
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index