HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #144

Ticket #144: openexr-1.6.1.patch

File openexr-1.6.1.patch, 776 bytes (added by michaelvoliveira, 6 years ago)

small patch to fix missing include file

  • exrenvmap/main.cpp

    diff -Naur openexr-1.6.1/exrenvmap/main.cpp openexr-1.6.1-haiku/exrenvmap/main.cpp
    old new  
    4545#include <iostream> 
    4646#include <exception> 
    4747#include <stdlib.h> 
     48#include <cstring> 
    4849 
    4950using namespace Imf; 
    5051using namespace std; 
  • exrmaketiled/main.cpp

    diff -Naur openexr-1.6.1/exrmaketiled/main.cpp openexr-1.6.1-haiku/exrmaketiled/main.cpp
    old new  
    4646#include <exception> 
    4747#include <string> 
    4848#include <stdlib.h> 
     49#include <cstring> 
    4950 
    5051using namespace Imf; 
    5152using namespace std; 

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/