forked from Lainports/freebsd-ports
BROKEN on ia64 and amd64: does not compile
This commit is contained in:
parent
98b7f2e9d4
commit
0fd891f509
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue