File ekiga-signals2-leftover.patch of Package ekiga
--- ekiga/lib/engine/framework/scoped-connections.h 2019/04/02 13:58:29 1.1 +++ ekiga/lib/engine/framework/scoped-connections.h 2019/04/02 13:58:38 @@ -38,7 +38,7 @@ #define __SCOPED_CONNECTIONS_H__ #include <list> -#include <boost/signal.hpp> +#include <boost/signals2.hpp> /* The boost signals library has several tricks to disconnect connections on signals * automatically, namely :