Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 2021 08:53:23 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564208 - head/x11/nvidia-settings
Message-ID:  <202102060853.1168rNNs082399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102060853.1168rNNs082399>