From 83bd657fd794b0df8c751a3e32e6ec23ed9e4bf2 Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Sat, 30 Jul 2011 22:04:55 +0200 Subject: spelling/stardict: changed dependency on g++ to dependency on gcc with CXX (scripted) --- spelling/stardict/DEPENDS | 2 +- spelling/stardict/HISTORY | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/spelling/stardict/DEPENDS b/spelling/stardict/DEPENDS index 398b2aec25..46b8c61c94 100755 --- a/spelling/stardict/DEPENDS +++ b/spelling/stardict/DEPENDS @@ -1,6 +1,6 @@ depends autoconf && depends automake && -depends g++ && +depends -sub CXX gcc && depends gtk+2 && depends intltool && depends xml-parser-expat && diff --git a/spelling/stardict/HISTORY b/spelling/stardict/HISTORY index feaa9847d2..ae5923dfea 100644 --- a/spelling/stardict/HISTORY +++ b/spelling/stardict/HISTORY @@ -1,3 +1,7 @@ +2011-07-30 Florian Franzmann + * DEPENDS: changed dependency on g++ to dependency on gcc with + sub-depends on CXX (scripted) + 2011-01-08 Pol Vinogradov * stardict-g++-sigc++3-fixes.patch.bz2: more fixes to build with gtk 2.23 -- cgit v1.2.3