[libclaw/f16] 1.7.0

Tom Callaway spot at fedoraproject.org
Thu Aug 25 20:59:51 UTC 2011


commit 523f23209d7edc9606448732ad6218479ed3808e
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Thu Aug 25 16:59:38 2011 -0400

    1.7.0

 libclaw-1.7.0-gcc46.patch  |   11 +++++++++++
 libclaw-1.7.0-libdir.patch |   12 ++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/libclaw-1.7.0-gcc46.patch b/libclaw-1.7.0-gcc46.patch
new file mode 100644
index 0000000..dcd8649
--- /dev/null
+++ b/libclaw-1.7.0-gcc46.patch
@@ -0,0 +1,11 @@
+diff -up libclaw-1.7.0/claw/graph.hpp.gcc46 libclaw-1.7.0/claw/graph.hpp
+--- libclaw-1.7.0/claw/graph.hpp.gcc46	2011-06-12 06:01:53.000000000 -0400
++++ libclaw-1.7.0/claw/graph.hpp	2011-08-25 15:56:48.671035660 -0400
+@@ -38,6 +38,7 @@
+ #include <exception>
+ #include <iterator>
+ #include <utility>
++#include <cstddef>
+ 
+ namespace claw
+ {
diff --git a/libclaw-1.7.0-libdir.patch b/libclaw-1.7.0-libdir.patch
new file mode 100644
index 0000000..ea83b91
--- /dev/null
+++ b/libclaw-1.7.0-libdir.patch
@@ -0,0 +1,12 @@
+diff -up libclaw-1.7.0/CMakeLists.txt.libdir libclaw-1.7.0/CMakeLists.txt
+--- libclaw-1.7.0/CMakeLists.txt.libdir	2011-08-25 15:55:29.000000000 -0400
++++ libclaw-1.7.0/CMakeLists.txt	2011-08-25 15:56:17.300436660 -0400
+@@ -30,7 +30,7 @@ endif(SVN_ENTRIES)
+ set( CLAW_CODE_DIR claw/code/ )
+ set( CLAW_INCLUDE_DIRECTORY "${CMAKE_INSTALL_PREFIX}/include/" )
+ set( CLAW_INSTALLDIR_SOURCE include/claw/ )
+-set( CLAW_INSTALLDIR_LIB lib/ )
++set( CLAW_INSTALLDIR_LIB "${CMAKE_INSTALL_LIBDIR}/" )
+ set( CLAW_INSTALLDIR_DOC share/doc/libclaw${CLAW_VERSION_MAJOR}/ )
+ set( CLAW_TRANSLATIONS_INSTALL_DIR "share/locale" )
+ set( CLAW_EXECUTABLE_DIR bin/ )


More information about the scm-commits mailing list