CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/06/24 14:50:41
Modified files:
x11/qt5/qtbase : Makefile
x11/qt5/qtbase/patches:
patch-qmake_generators_unix_unixmake2_cpp
Log message:
Fix .la files generated by qt5's qmake, there was a missing newline before
a comment resulting in libtool scripts not being able to parse the line
correctly. Problem reported by Vadim Penzin. Use of 'endl' rather than
'\n' requested by rsadowski.
Bumps to follow for other ports using the qt5 module and including .la files.