diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2005-07-21 00:04:51 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2005-07-21 00:04:51 +0000 |
| commit | 1406ce0bc3ab8cb1308f23aa980fcb29eb47aed6 (patch) | |
| tree | 9b2010e709dd1c544fe4d9175b8f3ef6f51f17ea | |
| parent | BROKEN on ia64 and sparc64: Does not build (diff) | |
BROKEN on !i386: Does not compile
Notes
Notes:
svn path=/head/; revision=139764
| -rw-r--r-- | devel/xfc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/xfc/Makefile b/devel/xfc/Makefile index 4394e576ed00..d191da1711cf 100644 --- a/devel/xfc/Makefile +++ b/devel/xfc/Makefile @@ -28,4 +28,10 @@ CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ CPPFLAGS=-I${LOCALBASE}/include \ LIBS=-L${LOCALBASE}/lib -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + +.include <bsd.port.post.mk> |
