patch-src_gui_duckmatic_cpp 442 B

12345678910111213141516
  1. $OpenBSD: patch-src_gui_duckmatic_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
  2. Fix build with libsigc++ >= 2.6.0.
  3. --- src/gui/duckmatic.cpp.orig Sat Jul 18 07:34:53 2015
  4. +++ src/gui/duckmatic.cpp Thu Sep 24 11:08:06 2015
  5. @@ -68,8 +68,6 @@
  6. #include <synfig/layers/layer_pastecanvas.h>
  7. #include <sigc++/retype_return.h>
  8. -#include <sigc++/retype.h>
  9. -#include <sigc++/hide.h>
  10. #include <sigc++/bind.h>
  11. #include "ducktransform_matrix.h"