diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-17 06:32:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-17 06:32:06 +0000 |
commit | 527d6478e6b8f9985fafac2d8ef04be5c523c53f (patch) | |
tree | 4a4926a6136284987b3569706f036a02188df9d1 | |
parent | BROKEN on 6.x: Build fails (diff) |
BROKEN on !i386: Does not compile
Notes
Notes:
svn path=/head/; revision=124252
-rw-r--r-- | net/libgnetwork/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libgnetwork/Makefile b/net/libgnetwork/Makefile index 6486dfac2e06..8eb3dc898660 100644 --- a/net/libgnetwork/Makefile +++ b/net/libgnetwork/Makefile @@ -34,8 +34,8 @@ CONFIGURE_ARGS+=--enable-ssl=no .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64" +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" .endif pre-everything:: |