[Bug 224971] devel/qt5-qmake: fails to build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 7 13:49:42 UTC 2018


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

--- Comment #2 from mikael.urankar at gmail.com ---
The following patch fixes the problem for me but I don't know why the T
modifier was added:
Index: bsd.qt.mk
===================================================================
--- bsd.qt.mk   (revision 458335)
+++ bsd.qt.mk   (working copy)
@@ -135,7 +135,7 @@
                                -demosdir ${PREFIX}/${QT_EXAMPLEDIR_REL}/demos
 . else
 CONFIGURE_ARGS+=-nomake examples -nomake tests \
-                               -platform ${QMAKESPEC:T} \
+                               -platform ${QMAKESPEC} \
                                -archdatadir ${PREFIX}/${QT_ARCHDIR_REL} \
                                -libexecdir ${PREFIX}/${QT_LIBEXECDIR_REL} \
                                -qmldir ${PREFIX}/${QT_QMLDIR_REL} \

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


More information about the kde-freebsd mailing list