aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-11-17 14:50:17 +0800
committerkris <kris@FreeBSD.org>2006-11-17 14:50:17 +0800
commit73b1e3954c113c374dc8db0f8e76405898718f5b (patch)
tree74cc73e13b5e7258bb57fe69b7894ab447989ebe /devel
parent309bf86b4ab4e842a7589f6b489e5f4629316489 (diff)
downloadfreebsd-ports-gnome-73b1e3954c113c374dc8db0f8e76405898718f5b.tar.gz
freebsd-ports-gnome-73b1e3954c113c374dc8db0f8e76405898718f5b.tar.zst
freebsd-ports-gnome-73b1e3954c113c374dc8db0f8e76405898718f5b.zip
BROKEN on ia64: Does not build
Diffstat (limited to 'devel')
-rw-r--r--devel/yasm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile
index 6645048f87b9..26b6bf69a656 100644
--- a/devel/yasm/Makefile
+++ b/devel/yasm/Makefile
@@ -20,6 +20,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64"
+BROKEN= Does not build on ia64
+.endif
+
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls
.else
@@ -32,4 +38,4 @@ MAN1= yasm.1
MAN7= yasm_arch.7
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>