Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 23:12:12 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317289 - head/devel/chrpath
Message-ID:  <201305032312.r43NCCpF084166@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri May  3 23:12:12 2013
New Revision: 317289
URL: http://svnweb.freebsd.org/changeset/ports/317289

Log:
  Fix build with bmake

Modified:
  head/devel/chrpath/Makefile

Modified: head/devel/chrpath/Makefile
==============================================================================
--- head/devel/chrpath/Makefile	Fri May  3 23:12:10 2013	(r317288)
+++ head/devel/chrpath/Makefile	Fri May  3 23:12:12 2013	(r317289)
@@ -17,6 +17,11 @@ GNU_CONFIGURE=	yes
 
 MAN1=		chrpath.1
 
+.if defined(.PARSEDIR)
+MAKE_ARGS=	RPATH=""
+USE_GMAKE=	yes
+.endif
+
 PLIST_FILES=	bin/chrpath
 
 PORTDOCS=	AUTHORS ChangeLog NEWS README



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