aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/k3d
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-04-03 23:22:17 +0800
committerJeremy Messenger <mezz@FreeBSD.org>2008-04-03 23:22:17 +0800
commit2e2e371bc6b14ccdb3b579b3dc2126d5d13ed20e (patch)
tree3540e030726ee5030aca56cbe4ace644ab2a3611 /graphics/k3d
parent6ad04f9ba3ecd5eb61d7a4baa10e759de9125938 (diff)
downloadfreebsd-ports-gnome-2e2e371bc6b14ccdb3b579b3dc2126d5d13ed20e.tar.gz
freebsd-ports-gnome-2e2e371bc6b14ccdb3b579b3dc2126d5d13ed20e.tar.zst
freebsd-ports-gnome-2e2e371bc6b14ccdb3b579b3dc2126d5d13ed20e.zip
Fix the build with new libsigc++20 2.2.2.
Reported by: pointyhat via pav
Diffstat (limited to 'graphics/k3d')
-rw-r--r--graphics/k3d/files/patch-k3dsdk__signal_system.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/k3d/files/patch-k3dsdk__signal_system.h b/graphics/k3d/files/patch-k3dsdk__signal_system.h
new file mode 100644
index 000000000000..3668443e3d15
--- /dev/null
+++ b/graphics/k3d/files/patch-k3dsdk__signal_system.h
@@ -0,0 +1,14 @@
+--- k3dsdk/signal_system.h.orig 2008-04-02 23:05:41.000000000 -0500
++++ k3dsdk/signal_system.h 2008-04-02 23:06:05.000000000 -0500
+@@ -20,10 +20,7 @@
+ // License along with this program; if not, write to the Free Software
+ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+-#include <sigc++/bind.h>
+-#include <sigc++/connection.h>
+-#include <sigc++/hide.h>
+-#include <sigc++/signal.h>
++#include <sigc++/sigc++.h>
+
+ #endif // !K3DSDK_SIGNAL_SYSTEM_H
+