Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Aug 2016 21:41:25 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419974 - head/lang/rust
Message-ID:  <201608092141.u79LfPex015677@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Tue Aug  9 21:41:25 2016
New Revision: 419974
URL: https://svnweb.freebsd.org/changeset/ports/419974

Log:
  Fix build with non-standard PREFIX
  
  PR:		211686
  Submitted by:	mi

Modified:
  head/lang/rust/Makefile

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Tue Aug  9 21:28:45 2016	(r419973)
+++ head/lang/rust/Makefile	Tue Aug  9 21:41:25 2016	(r419974)
@@ -60,6 +60,9 @@ USES=		compiler gmake libedit python:2,b
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-valgrind \
 		${CHOSEN_COMPILER_TYPE:Mclang:C/.+/--enable-&/} \
+		--prefix=${PREFIX}	\
+		--musl-root=${PREFIX}	\
+		--local-rust-root=${PREFIX} \
 		--mandir=${MANPREFIX}/man \
 		--release-channel=${RUST_CHANNEL}
 



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