Mark editors/emacs-devel as broken on ia64. It doesn't really

build on ia64 right now, so let's stop bugging Kris and the ports
people with brokenness until either we fix it locally, or we find
out with upstream developers why it's broken.

Reviewed by:	kris
This commit is contained in:
Giorgos Keramidas 2007-04-21 02:01:14 +00:00
parent 2032325f0f
commit 856021090c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190520

View File

@ -71,6 +71,10 @@ LATEST_LINK= emacs22
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= Emacs 22.X does not currently build on ia64
.endif
pre-everything::
.if !defined(WITHOUT_X11) && !defined(WITHOUT_GTK)
@${ECHO_MSG} "====>"