[Bug 212859] www/webkit-qt5: fails to build in presence of leveldb
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Sep 26 17:44:38 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212859
--- Comment #3 from commit-hook at freebsd.org ---
A commit references this bug:
Author: rakuco
Date: Mon Sep 26 17:44:09 UTC 2016
New revision: 422785
URL: https://svnweb.freebsd.org/changeset/ports/422785
Log:
bsd.qt.mk: Use CONFIGURE_WRKSRC instead of WRKSRC in the .qmake.cache hack
WRKSRC is not what we want here: when USES=qmake:outsource is used (such as
in www/webkit-qt5), the build actually takes place in ${WRKDIR}/.build, so
we were creating .qmake.cache in the wrong location and passing the wrong
directory to the linker via -L. With CONFIGURE_WRKSRC, we get the right
value regardless of whether :outsource is used or not.
PR: 212859
Reviewed by: tcberner
MFH: 2016Q3
Changes:
head/Mk/bsd.qt.mk
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list