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:   jperkin
Date:           Mon Dec  2 10:09:29 UTC 2019

Modified Files:
        pkgsrc/graphics/MesaLib: Makefile

Log Message:
MesaLib: Fix name of manually constructed library on Darwin.


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 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.177 pkgsrc/graphics/MesaLib/Makefile:1.178
--- pkgsrc/graphics/MesaLib/Makefile:1.177      Sat Nov 30 11:02:39 2019
+++ pkgsrc/graphics/MesaLib/Makefile    Mon Dec  2 10:09:29 2019
@@ -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 @@ pre-configure:
 
 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