1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

BROKEN on sparc64: Does not compile

This commit is contained in:
Kris Kennaway 2006-11-30 23:41:02 +00:00
parent 96fb0bbb74
commit e7b89d14de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178402
2 changed files with 6 additions and 2 deletions

View File

@ -37,6 +37,10 @@ OPTIONS= DEBUG "Enable debug information" off \
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug=full
.endif

View File

@ -48,8 +48,8 @@ post-install:
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= "Does not build on ia64"
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN= "Does not build on ia64 or sparc64"
.endif
LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24