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

--- Comment #13 from [email protected] ---
The -no-user-gold-linker modification to /usr/ports/Mk/bsd.qt.mk works for me
as long as I'm building qt5 related ports.  However if I build a qt4 port it
complains that "-no-user-gold-linker" is not a known option.  

I believe that this would need to be an option to configure based on the QT
version being built.  It possibly needs to be added to the .else section:

. if ${_QT_VERSION:M4*}
CONFIGURE_ARGS+=...
. else  
CONFIGURE_ARGS+=-nomake examples -nomake tests \
                                -no-use-gold-linker \


I found this running portmaster -af.  I'm testing now to see if the above
location works better.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to