Date: Thu, 16 Apr 2015 15:40:41 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r384117 - branches/2015Q2/lang/phantomjs Message-ID: <201504161540.t3GFefm8023998@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Apr 16 15:40:40 2015 New Revision: 384117 URL: https://svnweb.freebsd.org/changeset/ports/384117 Log: MFH: r384116 Fix build with GCC on recent head kernel by disabling PCH for GCC With hat: portmgr Modified: branches/2015Q2/lang/phantomjs/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/lang/phantomjs/Makefile ============================================================================== --- branches/2015Q2/lang/phantomjs/Makefile Thu Apr 16 15:39:43 2015 (r384116) +++ branches/2015Q2/lang/phantomjs/Makefile Thu Apr 16 15:40:40 2015 (r384117) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504161540.t3GFefm8023998>