aboutsummaryrefslogtreecommitdiff
path: root/devel/ustl
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-01-25 16:27:47 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-01-25 16:27:47 +0000
commit77041c22e514735f0850e733e7967acdcde872e5 (patch)
tree3c1a123352804f3ed54f151f51a1fcdb84c0814d /devel/ustl
parent2b42db0479f8233e1ed088a07c43b59cb60f4546 (diff)
downloadports-77041c22e514735f0850e733e7967acdcde872e5.tar.gz
ports-77041c22e514735f0850e733e7967acdcde872e5.zip
fix build on -stable
Noticed by: bento via kris
Notes
Notes: svn path=/head/; revision=99095
Diffstat (limited to 'devel/ustl')
-rw-r--r--devel/ustl/Makefile5
1 files changed, 5 insertions, 0 deletions
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 <bsd.port.mk>