mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Fix build on Alpha and Sparc arch
Approved By: maintainer timeout (2 weeks)
This commit is contained in:
parent
67d3db6932
commit
deb5e9a9ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96773
@ -36,11 +36,18 @@ PLIST_SUB= BOOST_PYTHON="@comment "
|
||||
INSTALLS_SHLIB= yes
|
||||
DOCFILES= *.css *.gif *.htm *.html *.jpeg *.jpg *.png
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == alpha
|
||||
BJAM= ${WRKSRC}/tools/build/jam_src/bin.freebsdaxp/bjam
|
||||
.elif ${ARCH} == sparc64
|
||||
BJAM= ${WRKSRC}/tools/build/jam_src/bin.freebsdsparc/bjam
|
||||
.else
|
||||
BJAM= ${WRKSRC}/tools/build/jam_src/bin.freebsd/bjam
|
||||
.endif
|
||||
|
||||
COMPILED_LIBS+= date_time filesystem regex signals test thread
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-configure:
|
||||
# for -pthread options
|
||||
|
Loading…
Reference in New Issue
Block a user