Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Oct 2016 15:19:54 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424425 - head/Mk/Uses
Message-ID:  <201610211519.u9LFJs0c030777@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Oct 21 15:19:54 2016
New Revision: 424425
URL: https://svnweb.freebsd.org/changeset/ports/424425

Log:
  It feels safe to assume that if using autoreconf, you want to patch Makefile.am.
  
  PR:		213195
  Submitted by:	mat
  Exp-run by:	antoine
  Sponsored by:	Absolight
  Differential Revision:	https://reviews.freebsd.org/D8093

Modified:
  head/Mk/Uses/pathfix.mk

Modified: head/Mk/Uses/pathfix.mk
==============================================================================
--- head/Mk/Uses/pathfix.mk	Fri Oct 21 15:19:50 2016	(r424424)
+++ head/Mk/Uses/pathfix.mk	Fri Oct 21 15:19:54 2016	(r424425)
@@ -17,7 +17,11 @@ IGNORE=	USES=pathfix does not require ar
 .endif
 
 PATHFIX_CMAKELISTSTXT?=	CMakeLists.txt
+.if ${USES:Mautoreconf*}
+PATHFIX_MAKEFILEIN?=	Makefile.am
+.else
 PATHFIX_MAKEFILEIN?=	Makefile.in
+.endif
 PATHFIX_WRKSRC?=	${WRKSRC}
 
 _USES_patch+=	190:pathfix



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