mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Unbreak build on !i386 but mark IGNORE, because it fails at runtime
PR: 115615 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
This commit is contained in:
parent
ed7c21710a
commit
2128c21b1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198648
@ -19,11 +19,14 @@ COMMENT= The dos based 'fractint' with an X/Motif front end
|
||||
USE_MOTIF= yes
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-editres \
|
||||
--with-motif="motif_includes=${X11BASE}/include motif_libraries=${X11BASE}/lib"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386" && ${OSVERSION} >= 600034
|
||||
BROKEN= Internal compiler error during build on FreeBSD >= 6.0 and !i386
|
||||
.if ${ARCH} != "i386"
|
||||
USE_GCC=4.2+
|
||||
IGNORE= fails to run with: XCreateImage failed
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user