svn commit: r407452 - head/devel/pure-stldict

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jan 29 06:09:33 UTC 2016


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>


More information about the svn-ports-head mailing list