From d68c210319339f6028ed612f47894c8e842a6b99 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 16 Jun 2015 01:30:19 +0000 Subject: MFH: r389738 - Unconditionally disable precompiled headers to fix build with old gcc on -current kernel Approved by: ports-secteam (build fix blanket) --- graphics/evolvotron/Makefile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile index 66ff2219a061..dd7a2c8cdb53 100644 --- a/graphics/evolvotron/Makefile +++ b/graphics/evolvotron/Makefile @@ -14,6 +14,7 @@ MAINTAINER= ports@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" "Interactive image generator" "${PORTNAME}" \ OPTIONS_DEFINE= DOCS -.include -.include - -.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 +.include -- cgit v1.2.3