summaryrefslogtreecommitdiffstats
path: root/devel/ustl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ustl/Makefile')
-rw-r--r--devel/ustl/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/ustl/Makefile b/devel/ustl/Makefile
index 3bf0651..91a82d8 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 <bsd.port.mk>
OpenPOWER on IntegriCloud