From 4f8b628e2618a5146325c94800dff97ad5988119 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 31 Aug 2005 03:13:57 +0000 Subject: BROKEN on !i386: Does not compile --- devel/ustl/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel/ustl') diff --git a/devel/ustl/Makefile b/devel/ustl/Makefile index b8bf2a07713e..449d550dee43 100644 --- a/devel/ustl/Makefile +++ b/devel/ustl/Makefile @@ -28,6 +28,12 @@ ALL_TARGET= # empty PLIST_FILES= lib/libustl.a +.include + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-patch: @${REINPLACE_CMD} -e "s,/bin/bash,/bin/sh," ${WRKSRC}/configure @${REINPLACE_CMD} -e "s|SIZE_MAX|UINT_MAX|" ${WRKSRC}/memblock.h @@ -39,4 +45,4 @@ post-install: @${FIND} ${PREFIX}/include/ustl* -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} -.include +.include -- cgit v1.2.3