pkgsrc-Bulk archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkgsrc Linux 2.6.32/x86_64 2014-03-24 23:23
Please try to apply following patch to fixes package using qmake,
avoid to detect unwanted builtin qmake first.
Index: buildlink3.mk
===================================================================
RCS file: /cvsroot/pkgsrc/x11/qt4-tools/buildlink3.mk,v
retrieving revision 1.32
diff -u -r1.32 buildlink3.mk
--- buildlink3.mk 12 Feb 2014 23:18:55 -0000 1.32
+++ buildlink3.mk 26 Mar 2014 11:47:28 -0000
@@ -16,6 +16,8 @@
MAKE_ENV+= UIC="${QTDIR}/bin/uic"
CONFIGURE_ENV+= QMAKE="${QTDIR}/bin/qmake"
MAKE_ENV+= QMAKE="${QTDIR}/bin/qmake"
+CMAKE_ARGS+= -DQT_UIC_EXECUTABLE=${QTDIR}/bin/uic
+CMAKE_ARGS+= -DQT_QMAKE_EXECUTABLE=${QTDIR}/bin/qmake
# the way the spec files are currently instealled via pkgsrc, they
# are all identical anyway, so just pick one and point to it.
Home |
Main Index |
Thread Index |
Old Index