mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Honor CXX and CPP
PR: ports/158399 Submitted by: Mirko Zinn <mail@derzinn.de> (maintainer) Approved by: bapt (mentor, implicit)
This commit is contained in:
parent
d2f0ac5fa3
commit
3a0a528ec1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276679
@ -27,7 +27,7 @@ OPTIONS= DEVEL "Install development files (library and headers)" off
|
||||
|
||||
USE_SCONS= yes
|
||||
SCONS_TARGET= all
|
||||
SCONS_ARGS= --prefix=${PREFIX}
|
||||
SCONS_ARGS= --prefix=${PREFIX} --cxx=${CXX} --cpp=${CPP}
|
||||
|
||||
USERS= mongodb
|
||||
GROUPS= mongodb
|
||||
|
Loading…
Reference in New Issue
Block a user