svn commit: r389812 - branches/2015Q2/graphics/evolvotron

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 16 01:30:20 UTC 2015


Author: amdmi3
Date: Tue Jun 16 01:30:19 2015
New Revision: 389812
URL: https://svnweb.freebsd.org/changeset/ports/389812

Log:
  MFH: r389738
  
  - Unconditionally disable precompiled headers to fix build with old gcc on -current kernel
  
  Approved by:	ports-secteam (build fix blanket)

Modified:
  branches/2015Q2/graphics/evolvotron/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/graphics/evolvotron/Makefile
==============================================================================
--- branches/2015Q2/graphics/evolvotron/Makefile	Tue Jun 16 01:29:47 2015	(r389811)
+++ branches/2015Q2/graphics/evolvotron/Makefile	Tue Jun 16 01:30:19 2015	(r389812)
@@ -14,6 +14,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Generative software that evolves images/textures/patterns
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libboost_thread.so:${PORTSDIR}/devel/boost-libs
 
@@ -35,17 +36,9 @@ DESKTOP_ENTRIES="Evolvotron" "Interactiv
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.pre.mk>
-.include <bsd.port.options.mk>
-
-.if ${CXX:T:M*clang*} || ${OSVERSION} >= 1000024
 .for i in libevolvotron libfunction
-CXXFLAGS+=	-include ${WRKSRC}/${i}/${i}_precompiled.h \
-		-I${WRKSRC}/${i}
+CXXFLAGS+=	-include ${WRKSRC}/${i}/${i}_precompiled.h
 .endfor
-.else
-QMAKE_ARGS+=	CONFIG+=precompile_header
-.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e \
@@ -77,4 +70,4 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-branches mailing list