summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2009-07-01 23:26:37 +0200
committerFlorian Franzmann2009-07-01 23:26:37 +0200
commitbfeab8f864336d2a55c4ab45ef1fe751bc8bf315 (patch)
tree58ad521eaac5fc8135ad098819317c1f085f7042
parent0ff466e34133acadc776fd0c37a62d96dabad2c0 (diff)
libs/clthreads: added dependency on g++
-rwxr-xr-xlibs/clthreads/DEPENDS1
-rw-r--r--libs/clthreads/HISTORY5
2 files changed, 3 insertions, 3 deletions
diff --git a/libs/clthreads/DEPENDS b/libs/clthreads/DEPENDS
new file mode 100755
index 0000000000..fd0b0eb3e6
--- /dev/null
+++ b/libs/clthreads/DEPENDS
@@ -0,0 +1 @@
+depends g++
diff --git a/libs/clthreads/HISTORY b/libs/clthreads/HISTORY
index af4fa5e9e2..6a0397f526 100644
--- a/libs/clthreads/HISTORY
+++ b/libs/clthreads/HISTORY
@@ -1,6 +1,5 @@
2009-07-01 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * DETAILS: corrected the license to LGPL
-
-2009-07-01 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS, PRE_BUILD, BUILD: spell created
+ * DETAILS: corrected the license to LGPL
+ * DEPENDS: added dependency on g++