aboutsummaryrefslogtreecommitdiff
path: root/devel/yasm
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-12-09 03:38:17 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-12-09 03:38:17 +0000
commitcb7949dc0f681d757d00d7965b6cd11e4a7bfa11 (patch)
tree573d97865aa115c7fc6cd7d0d019c7bc3f3d24b8 /devel/yasm
parent7a0b97a33459c4c956effc037ae045155a3036c6 (diff)
downloadports-cb7949dc0f681d757d00d7965b6cd11e4a7bfa11.tar.gz
ports-cb7949dc0f681d757d00d7965b6cd11e4a7bfa11.zip
Fix build on ia64.
Notes
Notes: svn path=/head/; revision=179241
Diffstat (limited to 'devel/yasm')
-rw-r--r--devel/yasm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile
index 26b6bf69a656..0dc6bad81c98 100644
--- a/devel/yasm/Makefile
+++ b/devel/yasm/Makefile
@@ -23,7 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
-BROKEN= Does not build on ia64
+CFLAGS:= ${CFLAGS:C/-O[0-9]//g}
.endif
.if defined(WITHOUT_NLS)