summaryrefslogtreecommitdiffstats
path: root/mobile
diff options
context:
space:
mode:
authorFlorian Franzmann2011-07-30 22:04:38 +0200
committerFlorian Franzmann2011-07-30 22:04:38 +0200
commitf1e6060acbaaa93cca95058b7c321d6b058f813d (patch)
treeccf11d1a5f658be27c567ddb2eb10837ce390b4d /mobile
parentdd4cd9f82a4f1edb903cac2647deccc6542dd15e (diff)
mobile/kismet: changed dependency on g++ to dependency on gcc with CXX (scripted)
Diffstat (limited to 'mobile')
-rwxr-xr-xmobile/kismet/DEPENDS2
-rw-r--r--mobile/kismet/HISTORY4
2 files changed, 5 insertions, 1 deletions
diff --git a/mobile/kismet/DEPENDS b/mobile/kismet/DEPENDS
index 1635f336a4..33b19fcea0 100755
--- a/mobile/kismet/DEPENDS
+++ b/mobile/kismet/DEPENDS
@@ -1,4 +1,4 @@
-depends g++ &&
+depends -sub CXX gcc &&
depends freetype2 &&
depends autoconf &&
depends libxml2 &&
diff --git a/mobile/kismet/HISTORY b/mobile/kismet/HISTORY
index 768d9bd8d6..6feedfb49d 100644
--- a/mobile/kismet/HISTORY
+++ b/mobile/kismet/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-07-21 Bor Kraljič <pyrobor@ver.si>
* DETAILS: updated spell to 2010-07-R1
* INSTALL: search in OPT not OPTS