From 988d75c36aac56a8a5c4b4530b50cf0c5211a502 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Fri, 24 Dec 2010 16:23:51 +0100 Subject: Add OpenBSD support it is great !!! thank you so much :) being able to run skype on a server relieves me from that virtual machine pain :p i run bitbee with your module on my openbsd laptop and it works nicely. --- skype/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skype/configure.ac b/skype/configure.ac index 24cb7fc6..a616758c 100644 --- a/skype/configure.ac +++ b/skype/configure.ac @@ -12,7 +12,7 @@ else fi case "`$CC -dumpmachine`" in - *linux*|*freebsd*|*netbsd*) + *linux*|*freebsd*|*netbsd*|*openbsd*) SHARED_FLAGS="-fPIC -shared" SHARED_EXT="so" ;; -- cgit v1.2.3