[Bug 223596] www/qt5-webkit: compiler failure due to ninja

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 11 16:33:08 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223596

--- Comment #3 from olevole at olevole.ru ---
as work-around: Disabling gold linker can help here:


% diff -ruN Makefile.bak Makefile
--- Makefile.bak        2017-11-11 19:21:08.658104000 +0300
+++ Makefile    2017-11-11 19:28:19.444792000 +0300
@@ -38,7 +38,8 @@
                        -DKDE_INSTALL_INCLUDEDIR:PATH="${QT_INCDIR_REL}" \
                        -DKDE_INSTALL_LIBDIR:PATH="${QT_LIBDIR_REL}" \
                        -DENABLE_OPENGL:BOOL=TRUE \
-                       -DUSE_QT_MULTIMEDIA:BOOL=FALSE
+                       -DUSE_QT_MULTIMEDIA:BOOL=FALSE \
+                       -DUSE_LD_GOLD=OFF

 # Add -DNDEBUG to CXXFLAGS which in turn gets sucked into
 # CMAKE_CXX_FLAGS_RELEASE where we actually want to have it.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list