From a38646fb9c2482810bfc0d7329f5f0d3b59eab74 Mon Sep 17 00:00:00 2001 From: ijliao Date: Sun, 25 Jan 2004 16:27:47 +0000 Subject: fix build on -stable Noticed by: bento via kris --- devel/ustl/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'devel/ustl') diff --git a/devel/ustl/Makefile b/devel/ustl/Makefile index 3bf0651ced5f..91a82d8e0f96 100644 --- a/devel/ustl/Makefile +++ b/devel/ustl/Makefile @@ -17,9 +17,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Codespace-frugal STL implementation USE_BZIP2= yes +USE_REINPLACE= yes +USE_GCC= 3.2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} HAS_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= # empty +post-patch: + @${REINPLACE_CMD} -e "s|SIZE_MAX|UINT_MAX|" ${WRKSRC}/memblock.h + .include -- cgit