1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark as BROKEN on sparc64: fails to compile.

This commit is contained in:
Mark Linimon 2006-07-03 06:34:06 +00:00
parent 903c215282
commit f1b14d9991
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166807

View File

@ -28,6 +28,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
ac_cv_prog_DOC_TO_MAN=""
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${ARCH}==sparc64
BROKEN= does not compile on ${ARCH}
.endif
.if defined(WITHOUT_NLS)
CONFIGURE_ENV+= ac_cv_header_libintl_h=no
PLIST_SUB+= NLS="@comment "
@ -41,4 +47,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|@USE_NLS@|no|g' ${WRKSRC}/po/Makefile.in.in
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>