1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

BROKEN on amd64 and ia64: Does not compile

This commit is contained in:
Kris Kennaway 2004-03-13 10:11:15 +00:00
parent 4b240647da
commit dc33b267b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103863

View File

@ -29,6 +29,12 @@ CONFIGURE_ENV= FLTK_CONFIG="${FLTK_CONFIG}" \
CFLAGS+= -O3 -ffast-math
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
BROKEN= "Does not compile on amd64 or ia64"
.endif
pre-everything::
.if !defined(WITH_OPTIMIZED_CFLAGS)
@${ECHO_MSG} "You can enable additional compilation optimizations"
@ -55,4 +61,4 @@ post-patch:
s,@FLTK_(C|CXX)FLAGS@,-I${X11BASE}/include,; \
s|-lpthread|${PTHREAD_LIBS}|g'
.include <bsd.port.mk>
.include <bsd.port.post.mk>