aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-23 13:16:56 +0800
committerkris <kris@FreeBSD.org>2004-02-23 13:16:56 +0800
commita77c6895f3ce4a2857da92fc0aad4a354e9bac55 (patch)
tree743804bf7947df69b4789f3f33a1de3d9e4f9208 /lang
parent875b2faed0df2a88cfd49cea41bf81f1650e5e14 (diff)
downloadfreebsd-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/Makefile4
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 \