diff options
-rw-r--r-- | devel/root/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/root/Makefile b/devel/root/Makefile index 57ae8bba3779..0b5694a03dc3 100644 --- a/devel/root/Makefile +++ b/devel/root/Makefile @@ -151,7 +151,7 @@ CONFIGURE_ARGS+= --disable-srp BROKEN= Does not compile .endif -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" || ${ARCH} == "ia64" BROKEN= Does not compile .endif |