summaryrefslogtreecommitdiffstats
path: root/ham
diff options
context:
space:
mode:
authorFlorian Franzmann2011-07-30 22:04:07 +0200
committerFlorian Franzmann2011-07-30 22:04:07 +0200
commit06ac9feb9eea25a8d5b37a733f6c919877ae92e2 (patch)
treed153e0ccc0b82281835e75876fae7c38061f2d43 /ham
parent6bdfd233688fe16b82bfe1f2e7842108b452a673 (diff)
ham/hamlib: changed dependency on g++ to dependency on gcc with CXX (scripted)
Diffstat (limited to 'ham')
-rwxr-xr-xham/hamlib/DEPENDS2
-rw-r--r--ham/hamlib/HISTORY4
2 files changed, 5 insertions, 1 deletions
diff --git a/ham/hamlib/DEPENDS b/ham/hamlib/DEPENDS
index 52e32ff5b2..eb1fe5564a 100755
--- a/ham/hamlib/DEPENDS
+++ b/ham/hamlib/DEPENDS
@@ -2,6 +2,6 @@ depends libxml2 &&
optional_depends perl --with-perl-binding --without-perl-binding "for perl bindings" &&
optional_depends python --with-python-binding --without-python-binding "for python bindings" &&
-optional_depends g++ --with-cxx-binding --without-cxx-binding "for c++ bindings and demo" &&
+optional_depends -sub CXX gcc --with-cxx-binding --without-cxx-binding "for c++ bindings and demo" &&
optional_depends tcl --with-tcl-binding --without-tcl-binding "for tcl bindings and demo" &&
optional_depends gd --with-rigmatrix --without-rigmatrix "for the rigmatrix tool"
diff --git a/ham/hamlib/HISTORY b/ham/hamlib/HISTORY
index 7a9818831c..a347bf362c 100644
--- a/ham/hamlib/HISTORY
+++ b/ham/hamlib/HISTORY
@@ -1,3 +1,7 @@
+2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS: changed dependency on g++ to dependency on gcc with
+ sub-depends on CXX (scripted)
+
2010-04-24 Tommy Boatman <tboatman@sourcemage.org>
* DETAILS: version 1.2.10