diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 13:16:56 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 13:16:56 +0800 |
commit | a77c6895f3ce4a2857da92fc0aad4a354e9bac55 (patch) | |
tree | 743804bf7947df69b4789f3f33a1de3d9e4f9208 /lang | |
parent | 875b2faed0df2a88cfd49cea41bf81f1650e5e14 (diff) | |
download | freebsd-ports-gnome-a77c6895f3ce4a2857da92fc0aad4a354e9bac55.tar.gz freebsd-ports-gnome-a77c6895f3ce4a2857da92fc0aad4a354e9bac55.tar.zst freebsd-ports-gnome-a77c6895f3ce4a2857da92fc0aad4a354e9bac55.zip |
BROKEN on !i386: does not compile
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/cel/Makefile b/lang/cel/Makefile index bf6dd0c43f9e..3a6e153c6f7f 100644 --- a/lang/cel/Makefile +++ b/lang/cel/Makefile @@ -27,6 +27,10 @@ PLIST_FILES= bin/cel .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-patch: ${REINPLACE_CMD} -e "s,-fno-omit-frame-pointer,${CFLAGS}," \ ${WRKSRC}/hash/Makefile ${WRKSRC}/kits/Makefile.unix \ |