- Switch profiler which depends on x86 assembly off by default, fixing build on arm

PR:		207559
Submitted by:	lightside@gmx.coma (maintainer)
This commit is contained in:
Dmitry Marakasov 2016-04-03 12:00:26 +00:00
parent 596e0b1cc7
commit 2d7ee0d870
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412462

View File

@ -63,10 +63,12 @@ DESKTOP_ENTRIES="Pioneer" "${COMMENT}" \
SUB_FILES= pkg-message
SUB_LIST= QUICKSTART_PATH="${QUICKSTART_PATH}"
OPTIONS_DEFINE= DOCS MODELCOMPILER
OPTIONS_DEFINE= DOCS MODELCOMPILER PROFILER
OPTIONS_DEFAULT= MODELCOMPILER
MODELCOMPILER_DESC= Build/install modelcompiler tool
MODELCOMPILER_PLIST_FILES= bin/${PORTNAME}-modelcompiler
PROFILER_DESC= Build with internal profiler
PROFILER_CONFIGURE_ON= --enable-profiler
.include <bsd.port.options.mk>
@ -94,6 +96,14 @@ post-patch-MODELCOMPILER-off: .SILENT
${REINPLACE_CMD} -e 's/pioneer modelcompiler/pioneer/' \
${WRKSRC}/src/Makefile.am
post-patch-PROFILER-off: .SILENT
${REINPLACE_CMD} -e '/^SUBDIRS/s/ profiler//' \
${WRKSRC}/contrib/Makefile.am
${REINPLACE_CMD} -i '.p.bak' -e '/libjson.a/s| \\|| ; /libprofiler.a/d' \
${WRKSRC}/src/Makefile.am
${REINPLACE_CMD} -i '.p.bak' -e '/contrib\/profiler/d' \
${WRKSRC}/configure.ac
post-install:
(cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
${INSTALL_DATA} ${WRKSRC}/application-icon/pngs/pioneer-256x256.png \