Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2016 06:09:32 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407452 - head/devel/pure-stldict
Message-ID:  <201601290609.u0T69WQO078557@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Fri Jan 29 06:09:32 2016
New Revision: 407452
URL: https://svnweb.freebsd.org/changeset/ports/407452

Log:
  Fix broken on 9.
  
  Approved by:	maintainer

Modified:
  head/devel/pure-stldict/Makefile

Modified: head/devel/pure-stldict/Makefile
==============================================================================
--- head/devel/pure-stldict/Makefile	Fri Jan 29 06:07:19 2016	(r407451)
+++ head/devel/pure-stldict/Makefile	Fri Jan 29 06:09:32 2016	(r407452)
@@ -23,6 +23,12 @@ PORTEXAMPLES=	*
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} <= 1000000
+USE_GCC=	4.9
+.endif
+
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
@@ -30,4 +36,4 @@ post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	@(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



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