~ubuntu-branches/ubuntu/saucy/openexr/saucy

« back to all changes in this revision

Viewing changes to debian/patches/00_g++-4.0_compile.patch

  • Committer: Bazaar Package Importer
  • Author(s): Adeodato Simó
  • Date: 2008-03-24 23:00:21 UTC
  • mfrom: (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080324230021-gnofz9mnvcj1xlv3
Tags: 1.6.1-3
Disable (hopefully temporarily) the test suite on arm and ia64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -ruN OpenEXR-1.2.2.orig/exrmaketiled/Image.h OpenEXR-1.2.2/exrmaketiled/Image.h
2
 
--- OpenEXR-1.2.2.orig/exrmaketiled/Image.h     2004-06-04 14:11:23.000000000 +1000
3
 
+++ OpenEXR-1.2.2/exrmaketiled/Image.h  2005-07-17 00:28:33.141704656 +1000
4
 
@@ -49,6 +49,7 @@
5
 
 #include <string>
6
 
 #include <map>
7
 
 
8
 
+class Image;
9
 
 
10
 
 class ImageChannel
11
 
 {