Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2020 20:23:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547121 - head/shells/bash-completion
Message-ID:  <202008302023.07UKN24E006491@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 30 20:23:02 2020
New Revision: 547121
URL: https://svnweb.freebsd.org/changeset/ports/547121

Log:
  Fix cross-build with qemu-user-static
  
  PR:		248829
  Submitted by:	Christian Ullrich <chris@chrullrich.net>

Modified:
  head/shells/bash-completion/Makefile

Modified: head/shells/bash-completion/Makefile
==============================================================================
--- head/shells/bash-completion/Makefile	Sun Aug 30 20:22:57 2020	(r547120)
+++ head/shells/bash-completion/Makefile	Sun Aug 30 20:23:02 2020	(r547121)
@@ -45,6 +45,11 @@ CMAKE_MODULES_DESC=	Install bash-completion modules fo
 BASH_SHARED_RUN_DEPENDS=bash:shells/bash
 BASH_STATIC_RUN_DEPENDS=bash:shells/bash-static
 
+.include <bsd.port.pre.mk>
+
+# See PR 248829 for details
+MAKE_CMD=	${LOCALBASE}/bin/gmake
+
 post-patch:
 	@${REINPLACE_CMD} \
 		-e '/^profiledir =/ s|(sysconfdir)/profile.d|(prefix)/share/bash-completion|' \
@@ -74,4 +79,4 @@ do-test:
 	-cd ${WRKSRC}/test && bash ${test}
 .endfor
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



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