1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Fix build with non-standard PREFIX

PR:		211686
Submitted by:	mi
This commit is contained in:
Thomas Zander 2016-08-09 21:41:25 +00:00
parent 7427bdad4f
commit 5e3a6e5de2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419974

View File

@ -60,6 +60,9 @@ USES= compiler gmake libedit python:2,build
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}