svn commit: r384116 - head/lang/phantomjs
Antoine Brodin
antoine at FreeBSD.org
Thu Apr 16 15:39:44 UTC 2015
Author: antoine
Date: Thu Apr 16 15:39:43 2015
New Revision: 384116
URL: https://svnweb.freebsd.org/changeset/ports/384116
Log:
Fix build with GCC on recent head kernel by disabling PCH for GCC
With hat: portmgr
Modified:
head/lang/phantomjs/Makefile
Modified: head/lang/phantomjs/Makefile
==============================================================================
--- head/lang/phantomjs/Makefile Thu Apr 16 15:28:37 2015 (r384115)
+++ head/lang/phantomjs/Makefile Thu Apr 16 15:39:43 2015 (r384116)
@@ -25,7 +25,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER
PLIST_FILES= bin/phantomjs
do-build:
- cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} OSTYPE=freebsd MAKEFLAGS= PATH=${PATH} bash -x build.sh --jobs ${MAKE_JOBS_NUMBER} --confirm
+ cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} OSTYPE=freebsd MAKEFLAGS= PATH=${PATH} bash -x build.sh --jobs ${MAKE_JOBS_NUMBER} --confirm \
+ --qt-config '-no-pch'
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} bin/phantomjs ${STAGEDIR}${PREFIX}/bin/
More information about the svn-ports-head
mailing list