1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

BROKEN on ia64 and amd64: does not compile

This commit is contained in:
Kris Kennaway 2004-11-18 22:15:28 +00:00
parent 98b7f2e9d4
commit 0fd891f509
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121919

View File

@ -27,6 +27,10 @@ MAKE_ENV= EXPR_COMPAT=yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64 or ia64"
.endif
.if ${PYTHON_REL} >= 230
post-patch:
${REINPLACE_CMD} -e 's,LONG_LONG,long long,g' ${WRKSRC}/src/requestobject.c