patch-src_synfigapp_main_h 402 B

123456789101112131415
  1. $OpenBSD: patch-src_synfigapp_main_h,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
  2. Fix build with libsigc++ >= 2.6.0.
  3. --- src/synfigapp/main.h.orig Thu Jul 9 09:33:04 2015
  4. +++ src/synfigapp/main.h Thu Sep 24 11:06:17 2015
  5. @@ -35,7 +35,6 @@
  6. #include <synfig/real.h>
  7. #include <synfig/waypoint.h>
  8. #include <sigc++/signal.h>
  9. -#include <sigc++/object.h>
  10. #include "inputdevice.h"
  11. #include "settings.h"