Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2016 09:14:47 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424548 - head/devel/pure-stllib
Message-ID:  <201610240914.u9O9ElOX039446@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Oct 24 09:14:47 2016
New Revision: 424548
URL: https://svnweb.freebsd.org/changeset/ports/424548

Log:
  - Fix build on 9.x

Modified:
  head/devel/pure-stllib/Makefile

Modified: head/devel/pure-stllib/Makefile
==============================================================================
--- head/devel/pure-stllib/Makefile	Mon Oct 24 09:03:53 2016	(r424547)
+++ head/devel/pure-stllib/Makefile	Mon Oct 24 09:14:47 2016	(r424548)
@@ -12,7 +12,7 @@ COMMENT=	Pure interface to C++ STL map a
 
 LICENSE=	BSD3CLAUSE
 
-USES=		pkgconfig pure
+USES=		compiler:c++11-lib pkgconfig pure
 
 PORTDOCS=	*
 
@@ -25,8 +25,6 @@ DOC_FILES2=	*.pdf
 
 PORTEXAMPLES=	*
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS ?=|' \
 		${WRKSRC}/Makefile ${WRKSRC}/pure-stlmap/Makefile ${WRKSRC}/pure-stlvec/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610240914.u9O9ElOX039446>