mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Fix MAKE_ENV, respect CXX
PR: ports/72570 Submitted by: Piet Delport <pjd@point45.com>
This commit is contained in:
parent
c0bea8713f
commit
962f2178b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119252
@ -18,7 +18,7 @@ COMMENT= A High Quality Rendering Engine for C++
|
||||
|
||||
WRKSRC= ${WRKDIR}/agg2
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV= C=${CC}
|
||||
MAKE_ENV= C="${CC}" CXX="${CXX}"
|
||||
|
||||
PLIST_FILES= lib/libagg.a
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user