pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
edb-debugger: Fix do-configure
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Thu Jan 7 03:22:02 2016 +0100
Changeset: b02a0a210853cc006bede1c814618d841e24a03c
Modified Files:
edb-debugger/Makefile
Log Message:
edb-debugger: Fix do-configure
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b02a0a210853cc006bede1c814618d841e24a03c
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 da9a5f4..4d3fd89 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} ${WRKSRC} && ${QTDIR}/bin/qmake DEFAULT_PLUGIN_PATH="${PREFIX}/lib/${PKGBASE}/"
+ ${RUN} cd ${WRKSRC} && ${QTDIR}/bin/qmake 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