aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/k3d
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2008-04-03 23:22:17 +0800
committermezz <mezz@FreeBSD.org>2008-04-03 23:22:17 +0800
commitf53e903d722fcea4b18280a0f2844c70175de256 (patch)
tree9221604d05a5f012277e9e2067b3799fe187f9f9 /graphics/k3d
parented559cf99b5aa9761d229eac82e7b567d63fc274 (diff)
downloadfreebsd-ports-gnome-f53e903d722fcea4b18280a0f2844c70175de256.tar.gz
freebsd-ports-gnome-f53e903d722fcea4b18280a0f2844c70175de256.tar.zst
freebsd-ports-gnome-f53e903d722fcea4b18280a0f2844c70175de256.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
+