svn commit: r564208 - head/x11/nvidia-settings

Alexey Dokuchaev danfe at FreeBSD.org
Sat Feb 6 08:53:23 UTC 2021


Author: danfe
Date: Sat Feb  6 08:53:22 2021
New Revision: 564208
URL: https://svnweb.freebsd.org/changeset/ports/564208

Log:
  Try to unbreak parallel (-jX) builds.
  
  Reported by:	madpilot

Modified:
  head/x11/nvidia-settings/Makefile

Modified: head/x11/nvidia-settings/Makefile
==============================================================================
--- head/x11/nvidia-settings/Makefile	Sat Feb  6 08:51:32 2021	(r564207)
+++ head/x11/nvidia-settings/Makefile	Sat Feb  6 08:53:22 2021	(r564208)
@@ -50,6 +50,8 @@ post-patch:	.SILENT
 		${WRKSRC}/doc/nvidia-settings.desktop
 	${REINPLACE_CMD} -e 's|/usr/share/nvidia/|${LOCALBASE}/share/doc/NVIDIA_GLX-1.0/|' \
 		${WRKSRC}/src/gtk+-2.x/ctkappprofile.c
+	${REINPLACE_CMD} -e 's,notdir $$(1)).h:,& | $$$$(OUTPUTDIR),' \
+		${WRKSRC}/src/Makefile
 
 post-install:	.SILENT
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnvidia-gtk2.so.${PORTVERSION}


More information about the svn-ports-all mailing list