aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@gouloum.fr>2010-12-24 16:23:51 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2010-12-24 16:23:51 +0100
commit988d75c36aac56a8a5c4b4530b50cf0c5211a502 (patch)
tree860a43df96958f7bfcb71e600877bdd9f199d943
parenta618ea653d159324a9691af06d3da42373f27be9 (diff)
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.
-rw-r--r--skype/configure.ac2
1 files changed, 1 insertions, 1 deletions
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"
;;