Changeset 7f41495


Ignore:
Timestamp:
2010-12-05T20:44:19Z (13 years ago)
Author:
Philippe Crama <pcfeb0009@…>
Branches:
master
Children:
6d41bc5
Parents:
4d30309
Message:

Minor modifications to make it compile/run under NetBSD/pkgsrc

Location:
skype
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skype/configure.ac

    r4d30309 r7f41495  
    1313
    1414case "`$CC -dumpmachine`" in
    15         *linux*|*freebsd*)
     15        *linux*|*freebsd*|*netbsd*)
    1616                SHARED_FLAGS="-fPIC -shared"
    1717                SHARED_EXT="so"
  • skype/skype.c

    r4d30309 r7f41495  
    2424#include <poll.h>
    2525#include <bitlbee.h>
    26 #include <bitlbee/ssl_client.h>
     26#include <ssl_client.h>
    2727
    2828#define SKYPE_DEFAULT_SERVER "localhost"
Note: See TracChangeset for help on using the changeset viewer.