diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-12-09 03:38:17 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-12-09 03:38:17 +0000 |
commit | cb7949dc0f681d757d00d7965b6cd11e4a7bfa11 (patch) | |
tree | 573d97865aa115c7fc6cd7d0d019c7bc3f3d24b8 /devel/yasm | |
parent | 7a0b97a33459c4c956effc037ae045155a3036c6 (diff) | |
download | ports-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/Makefile | 2 |
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) |