- 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:
Pav Lucistnik 2008-04-01 22:11:32 +00:00
parent 52d3483ec2
commit 4abeb0f326
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210342

View file

@ -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>