mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Enable build on powerpc by correctly setting up bjam path
PR: ports/12287 Submitted by: Peter Grehan
This commit is contained in:
parent
02a23ec1d6
commit
c5d57e0768
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211573
@ -128,6 +128,8 @@ BJAM= ${WRKSRC}/tools/jam/src/bin.freebsdaxp/bjam
|
||||
BJAM= ${WRKSRC}/tools/jam/src/bin.freebsdsparc/bjam
|
||||
.elif ${ARCH} == ia64
|
||||
BJAM= ${WRKSRC}/tools/jam/src/bin.freebsdia64/bjam
|
||||
.elif ${ARCH} == powerpc
|
||||
BJAM= ${WRKSRC}/tools/jam/src/bin.freebsdppc/bjam
|
||||
.else
|
||||
BJAM= ${WRKSRC}/tools/jam/src/bin.freebsd/bjam
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user