1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Fix build on ia64.

This commit is contained in:
Shaun Amott 2006-12-09 03:38:17 +00:00
parent 7a0b97a334
commit cb7949dc0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179241

View File

@ -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)