BROKEN on sparc64: Does not compile

This commit is contained in:
Kris Kennaway 2004-04-12 04:03:55 +00:00
parent eef11170a8
commit fbfaa7b274
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106781
3 changed files with 18 additions and 2 deletions

View file

@ -28,6 +28,12 @@ USE_GETTEXT= yes
USE_GNOME= gtk12
USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif
pre-patch:
.for ii in analysis_highlighting.c easylyparser.c easylyparser.y \
lyparserfuncs.c lyparserfuncs.h main.c playback.c print.c
@ -60,4 +66,4 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -22,4 +22,10 @@ PLIST_SUB= STK_VERSION=${PORTVERSION} STK_ARCH=${STK_ARCH}
STK_ARCH!= ${ECHO} "$$(uname)-$$(uname -r)-$$(uname -m)"
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif
.include <bsd.port.post.mk>

View file

@ -29,6 +29,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -lio"
.endif
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif
post-extract:
@${RM} -f ${WRKSRC}/config.cache
@${CHMOD} 750 ${WRKSRC}/missing