- Mark BROKEN on amd64:
error: no matching function for call to `MIN(int&, long int) - While here, convert INSTALLS_SHLIB to USE_LDCONFIG
This commit is contained in:
parent
52d3483ec2
commit
4abeb0f326
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210342
1 changed files with 8 additions and 2 deletions
|
@ -20,6 +20,12 @@ USE_GMAKE= yes
|
|||
USE_ZIP= yes
|
||||
# convert CRLF to LF for gcc-2.95
|
||||
EXTRACT_BEFORE_ARGS= -qoa
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue