aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/lzo2
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2008-08-13 22:59:41 +0800
committerErwin Lansing <erwin@FreeBSD.org>2008-08-13 22:59:41 +0800
commitd10b9b73415250120b3338c735245450838f8d92 (patch)
treea5d17de638be3587b91c8b3a71ad9a23c5dee785 /archivers/lzo2
parent635aa102c7c71c649472320d8975e4725610d482 (diff)
downloadfreebsd-ports-gnome-d10b9b73415250120b3338c735245450838f8d92.tar.gz
freebsd-ports-gnome-d10b9b73415250120b3338c735245450838f8d92.tar.zst
freebsd-ports-gnome-d10b9b73415250120b3338c735245450838f8d92.zip
Mark BROKEN on i386: runaway process during build.
Diffstat (limited to 'archivers/lzo2')
-rw-r--r--archivers/lzo2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile
index a66f4aa21074..9763892f6ec0 100644
--- a/archivers/lzo2/Makefile
+++ b/archivers/lzo2/Makefile
@@ -43,4 +43,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/examples/[a-z]*.[ch] ${EXAMPLESDIR}/
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == i386
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>