pkgsrc-WIP-changes archive

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

edb-debugger: Define USE_LANGAUGES as: c c++



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Jan 7 05:12:11 2016 +0100
Changeset:	085181d2466e46523f818cba32a8230616c34ce2

Modified Files:
	edb-debugger/Makefile

Log Message:
edb-debugger: Define USE_LANGAUGES as: c c++

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

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, 2 insertions(+)

diffs:
diff --git a/edb-debugger/Makefile b/edb-debugger/Makefile
index 18c058e..5c7a8e3 100644
--- a/edb-debugger/Makefile
+++ b/edb-debugger/Makefile
@@ -13,6 +13,8 @@ HOMEPAGE=	http://codef00.com/projects#debugger
 COMMENT=	Cross platform x86/x86-64 debugger
 LICENSE=	gnu-gpl-v2
 
+USE_LANGUAGES=	c c++
+
 do-configure:
 	${RUN} cd ${WRKSRC} && ${QTDIR}/bin/qmake -makefile DEFAULT_PLUGIN_PATH="${PREFIX}/lib/${PKGBASE}/"
 


Home | Main Index | Thread Index | Old Index