summaryrefslogtreecommitdiffstats
path: root/chat-im
diff options
context:
space:
mode:
authorFlorian Franzmann2016-02-21 10:50:39 +0100
committerFlorian Franzmann2016-02-21 10:53:30 +0100
commitace526eba8d11565b25cbec8c27afb6916fcdc78 (patch)
tree8e1c7ad16d4d4321fd4967854dff16038063625d /chat-im
parent8b430a0fdf9a33183b289c9509e2390da0d0cea4 (diff)
chat-im/licq: fix build error due to failed tests
Diffstat (limited to 'chat-im')
-rwxr-xr-xchat-im/licq/BUILD1
-rwxr-xr-xchat-im/licq/DEPENDS4
-rw-r--r--chat-im/licq/HISTORY5
-rwxr-xr-xchat-im/licq/TRIGGERS1
4 files changed, 9 insertions, 2 deletions
diff --git a/chat-im/licq/BUILD b/chat-im/licq/BUILD
index 72e211def5..a90df72b34 100755
--- a/chat-im/licq/BUILD
+++ b/chat-im/licq/BUILD
@@ -1,3 +1,4 @@
+OPTS="$OPTS -DBUILD_TESTS=off"
local_cmake_build()
{
mkdir -p build &&
diff --git a/chat-im/licq/DEPENDS b/chat-im/licq/DEPENDS
index 1297dfeaf5..1ae40a422a 100755
--- a/chat-im/licq/DEPENDS
+++ b/chat-im/licq/DEPENDS
@@ -17,6 +17,6 @@ fi &&
depends cmake &&
depends boost &&
optional_depends SSL \
- "" \
- "--disable-openssl" \
+ "-DUSE_OPENSSL=on" \
+ "-DUSE_OPENSSL=off" \
"for secure communication between clients"
diff --git a/chat-im/licq/HISTORY b/chat-im/licq/HISTORY
index f11696229a..725d1cca6f 100644
--- a/chat-im/licq/HISTORY
+++ b/chat-im/licq/HISTORY
@@ -1,3 +1,8 @@
+2016-02-21 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS: fix optional dependency on SSL
+ * BUILD: do not build test cases
+ * TRIGGERS: check self on cast boost
+
2015-12-25 Vlad Glagolev <stealth@sourcemage.org>
* DEPENDS: openssl -> SSL
diff --git a/chat-im/licq/TRIGGERS b/chat-im/licq/TRIGGERS
new file mode 100755
index 0000000000..1696e74dae
--- /dev/null
+++ b/chat-im/licq/TRIGGERS
@@ -0,0 +1 @@
+on_cast boost check_self