svn commit: r389738 - head/graphics/evolvotron
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 15 17:01:29 UTC 2015
Author: amdmi3
Date: Mon Jun 15 17:01:28 2015
New Revision: 389738
URL: https://svnweb.freebsd.org/changeset/ports/389738
Log:
- Unconditionally disable precompiled headers to fix build with old gcc on -current kernel
MFH: 2015Q2
Modified:
head/graphics/evolvotron/Makefile
Modified: head/graphics/evolvotron/Makefile
==============================================================================
--- head/graphics/evolvotron/Makefile Mon Jun 15 15:47:56 2015 (r389737)
+++ head/graphics/evolvotron/Makefile Mon Jun 15 17:01:28 2015 (r389738)
@@ -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-head
mailing list