[CGAL] Fix the patch

Laurent Rineau rineau at fedoraproject.org
Mon Nov 21 17:32:44 UTC 2011


commit 04e4da6fe882dd19514650943e604530096e064d
Author: Laurent Rineau <git>
Date:   Mon Nov 21 18:32:25 2011 +0100

    Fix the patch

 CGAL-boost-1.48.patch |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/CGAL-boost-1.48.patch b/CGAL-boost-1.48.patch
index 0c92ca2..f0ea4cc 100644
--- a/CGAL-boost-1.48.patch
+++ b/CGAL-boost-1.48.patch
@@ -13,16 +13,16 @@ diff -up CGAL-3.8/include/CGAL/Qt/GraphicsItem.h~ CGAL-3.8/include/CGAL/Qt/Graph
  
  
 diff -up CGAL-3.8/include/CGAL/Qt/GraphicsViewInput.h~ CGAL-3.8/include/CGAL/Qt/GraphicsViewInput.h
---- CGAL-3.8/include/CGAL/Qt/GraphicsViewInput.h~	2011-02-24 21:00:56.000000000 +0100
-+++ CGAL-3.8/include/CGAL/Qt/GraphicsViewInput.h	2011-11-21 17:32:13.423711798 +0100
-@@ -23,7 +23,9 @@
+--- CGAL-3.8/include/CGAL/Qt/GraphicsViewInput.h~       2011-02-24 21:00:56.000000000 +0100
++++ CGAL-3.8/include/CGAL/Qt/GraphicsViewInput.h        2011-11-21 18:31:10.731706979 +0100
+@@ -22,7 +22,9 @@
+ #define CGAL_QT_GRAPHICS_VIEW_INPUT_H
  
  #include <CGAL/auto_link/Qt4.h>
- #include <CGAL/Object.h>
--#include <QObject>
+-#include <CGAL/Object.h>
 +#ifndef Q_MOC_RUN
-+#  include <QObject>
++#  include <CGAL/Object.h>
 +#endif
+ #include <QObject>
  
  namespace CGAL {
- namespace Qt {


More information about the scm-commits mailing list