[rocs] Oops, need rocslib_export.h.

Kevin Kofler kkofler at fedoraproject.org
Fri Dec 2 23:48:40 UTC 2011


commit 7f18625e7b2a24e9f48088107ed04badb749ccb6
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Sat Dec 3 00:48:25 2011 +0100

    Oops, need rocslib_export.h.

 rocs-4.7.80-export.patch |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/rocs-4.7.80-export.patch b/rocs-4.7.80-export.patch
index 94d3812..d49ed2e 100644
--- a/rocs-4.7.80-export.patch
+++ b/rocs-4.7.80-export.patch
@@ -1,5 +1,5 @@
-From 1bf8f7900513ed7ed49078780e80e0dd5c7ab500 Mon Sep 17 00:00:00 2001
-Message-Id: <1bf8f7900513ed7ed49078780e80e0dd5c7ab500.1322868562.git.kevin.kofler at chello.at>
+From 9c53c7a265420b632896fdaf64f0302ae18b8644 Mon Sep 17 00:00:00 2001
+Message-Id: <9c53c7a265420b632896fdaf64f0302ae18b8644.1322869645.git.kevin.kofler at chello.at>
 From: Kevin Kofler <kevin.kofler at chello.at>
 Date: Sat, 3 Dec 2011 00:29:12 +0100
 Subject: [PATCH] ValueModifier must be exported because it is used in the
@@ -11,14 +11,18 @@ which default to hidden visibility.
 
 CCMAIL: release-team at kde.org
 ---
- src/Core/Modifiers/ValueModifier.h |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ src/Core/Modifiers/ValueModifier.h |    3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)
 
 diff --git a/src/Core/Modifiers/ValueModifier.h b/src/Core/Modifiers/ValueModifier.h
-index d6bf4f0..6b30679 100644
+index d6bf4f0..586a6f5 100644
 --- a/src/Core/Modifiers/ValueModifier.h
 +++ b/src/Core/Modifiers/ValueModifier.h
-@@ -29,7 +29,7 @@
+@@ -26,10 +26,11 @@
+ #include <boost/graph/adjacency_list.hpp>
+ #include <boost/graph/topology.hpp>
+ 
++#include "rocslib_export.h"
  #include "Rocs_Typedefs.h"
  
  


More information about the scm-commits mailing list