[Lunar-commits] <moonbase> libsigc++: Adding a BUILD. The supplied config.sub is to old to detect newer
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Nov 25 15:14:21 CET 2009
commit 1fdc4bb8229cafb2809f57e189ac3aebe00602ac
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Nov 25 09:14:21 2009 -0500
libsigc++: Adding a BUILD. The supplied config.sub is to old to detect newer
arches, so a simple cp of the system automake/config.sub fixes that. Also
needed to add a missing include due to our latest gcc/glibc bump.s
---
libs/libsigc++/BUILD | 9 +++++++++
libs/libsigc++/DETAILS | 2 +-
2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/libs/libsigc++/BUILD b/libs/libsigc++/BUILD
new file mode 100644
index 0000000..aae7f8b
--- /dev/null
+++ b/libs/libsigc++/BUILD
@@ -0,0 +1,9 @@
+(
+
+ cp /usr/share/automake/config.sub $SOURCE_DIRECTORY/scripts/ &&
+
+ sed -i "5i #include <string.h>" tests/signals/convert_slot_test.cc &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/libsigc++/DETAILS b/libs/libsigc++/DETAILS
index 64676c4..746fc31 100644
--- a/libs/libsigc++/DETAILS
+++ b/libs/libsigc++/DETAILS
@@ -6,7 +6,7 @@
SOURCE_URL[0]=$SFORGE_URL/libsigc/
WEB_SITE=http://libsigc.sourceforge.net
ENTERED=20011011
- UPDATED=20011103
+ UPDATED=20091125
SHORT="libsigc++ implements a callback system for widget libraries."
cat << EOF
Libsigc++ implements a full callback system for use in widget libraries,
More information about the Lunar-commits
mailing list