pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
qtcreator: Use pkgsrc specific flags for configure
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Wed Jun 15 01:01:06 2016 +0200
Changeset: 4e2990c75d4dac3f593afde71c53e1aa4582c664
Modified Files:
qtcreator/Makefile
Log Message:
qtcreator: Use pkgsrc specific flags for configure
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4e2990c75d4dac3f593afde71c53e1aa4582c664
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
qtcreator/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/qtcreator/Makefile b/qtcreator/Makefile
index 08ac5d2..8baf0b0 100644
--- a/qtcreator/Makefile
+++ b/qtcreator/Makefile
@@ -58,7 +58,7 @@ INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR}/${PREFIX}
INSTALL_TARGET= install install_inst_qch_docs
do-configure:
- ${RUN} cd ${WRKSRC} && ${QTDIR}/bin/qmake -o Makefile
+ ${RUN} cd ${WRKSRC} && ${PKGSRC_ENV} ${CONFIGURE_ENV} ${QTDIR}/bin/qmake -o Makefile
.include "../../lang/python/application.mk"
.include "../../x11/qt5-qtsvg/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index