diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:47:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:47:00 +0000 |
commit | 82c640a70569e7bbc70bcc5ee07ff6f6b42403c1 (patch) | |
tree | ff7d6f565989a8575ca24380fde6d803e2a42611 | |
parent | f7ea1b3a82a7dee6c3d43fd0a2146f9bee6168b7 (diff) | |
download | ports-82c640a70569e7bbc70bcc5ee07ff6f6b42403c1.tar.gz ports-82c640a70569e7bbc70bcc5ee07ff6f6b42403c1.zip |
BROKEN on ia64: Does not compile
Notes
Notes:
svn path=/head/; revision=135794
-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 |