pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

edb-debugger: use -makefile option to qmake



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Jan 7 04:28:18 2016 +0100
Changeset:	45e5127471f5ddd52e9762d2c5de0f8c25e40d9c

Modified Files:
	edb-debugger/Makefile

Log Message:
edb-debugger: use -makefile option to qmake

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=45e5127471f5ddd52e9762d2c5de0f8c25e40d9c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 edb-debugger/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/edb-debugger/Makefile b/edb-debugger/Makefile
index 4d3fd89..18c058e 100644
--- a/edb-debugger/Makefile
+++ b/edb-debugger/Makefile
@@ -14,7 +14,7 @@ COMMENT=	Cross platform x86/x86-64 debugger
 LICENSE=	gnu-gpl-v2
 
 do-configure:
-	${RUN} cd ${WRKSRC} && ${QTDIR}/bin/qmake DEFAULT_PLUGIN_PATH="${PREFIX}/lib/${PKGBASE}/"
+	${RUN} cd ${WRKSRC} && ${QTDIR}/bin/qmake -makefile DEFAULT_PLUGIN_PATH="${PREFIX}/lib/${PKGBASE}/"
 
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../x11/qt4-libs/buildlink3.mk"


Home | Main Index | Thread Index | Old Index