summaryrefslogtreecommitdiff
path: root/packages/libsigc++-2.0/libsigc++-2.0-2.0.17
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-07-11 11:13:14 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-07-11 11:13:14 +0000
commit7645119d6adc2385fe991ee436e1a7040c16d122 (patch)
treedd754d292a90b4dff88571af1415c5f05203eea3 /packages/libsigc++-2.0/libsigc++-2.0-2.0.17
parent378a7e927649dcfaab9e0e54a1dc3c106724ecd3 (diff)
libsigc++-2.0_2.0.17.bb : version bump for this package, this builds with
autoconf 2.61
Diffstat (limited to 'packages/libsigc++-2.0/libsigc++-2.0-2.0.17')
-rw-r--r--packages/libsigc++-2.0/libsigc++-2.0-2.0.17/.mtn2git_empty0
-rw-r--r--packages/libsigc++-2.0/libsigc++-2.0-2.0.17/define_sigc_api.patch15
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/libsigc++-2.0/libsigc++-2.0-2.0.17/.mtn2git_empty b/packages/libsigc++-2.0/libsigc++-2.0-2.0.17/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/libsigc++-2.0/libsigc++-2.0-2.0.17/.mtn2git_empty
diff --git a/packages/libsigc++-2.0/libsigc++-2.0-2.0.17/define_sigc_api.patch b/packages/libsigc++-2.0/libsigc++-2.0-2.0.17/define_sigc_api.patch
new file mode 100644
index 0000000000..ba17293733
--- /dev/null
+++ b/packages/libsigc++-2.0/libsigc++-2.0-2.0.17/define_sigc_api.patch
@@ -0,0 +1,15 @@
+Index: libsigc++-2.0.17/configure.ac
+===================================================================
+--- libsigc++-2.0.17.orig/configure.ac 2005-12-20 08:41:21.000000000 +0000
++++ libsigc++-2.0.17/configure.ac 2007-07-11 11:33:55.000000000 +0100
+@@ -105,6 +105,10 @@
+ SIGC_CXX_HAS_NAMESPACE_STD()
+ SIGC_CXX_HAS_SUN_REVERSE_ITERATOR()
+
++dnl FIXME Define this here since it does not seem to be defined elsewhere
++AC_DEFINE(SIGC_API, [], [Empty specifier])
++AC_DEFINE(SIGC_USING_STD(Symbol), [], [Empty specifier])
++
+ if test "X$config_error" = "Xyes" ; then
+ AC_ERROR(
+ [One or more of the required compiler features is missing.