1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Mark BROKEN on FreeBSD/amd64 7 and up: cast from 'Socket*' to 'unsigned int'

loses precision

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2008-04-20 22:26:59 +00:00
parent 6721d36d8f
commit dba0752a12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211677

View File

@ -19,4 +19,10 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PLIST_FILES= bin/dmucs bin/gethost bin/loadavg bin/monitor bin/remhost
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64"
BROKEN= does not compile
.endif
.include <bsd.port.post.mk>