1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

BROKEN on !i386: Does not compile

This commit is contained in:
Kris Kennaway 2004-02-23 06:04:46 +00:00
parent 3164dcb390
commit b309a72788
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101837

View File

@ -30,6 +30,12 @@ EMACS_VERSION= 19.34
INSTALL_TARGET= install-coco install-m2ps
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
# extract patches for mule2.3 based on emacs-19.34b
post-extract:
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/mule-${MULE_VERSION}-${EMACS_VERSION}.patch-981002.tar.gz ${EXTRACT_AFTER_ARGS} -C ${WRKDIR}
@ -44,4 +50,4 @@ pre-build:
${FIND} ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \;
${RM} -f ${WRKSRC}/etc/DOC* ${WRKSRC}/src/emacs ${WRKSRC}/src/emacs-${EMACS_VERSION}.*
.include <bsd.port.mk>
.include <bsd.port.post.mk>