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:
parent
96fb0bbb74
commit
e7b89d14de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178402
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user