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

Context Navigation

  • Back to Ticket #460

Ticket #460: opencity-0.0.6.3stable.patch

File opencity-0.0.6.3stable.patch, 567 bytes (added by michaelvoliveira, 5 years ago)

Patch to use the local stdint.h

  • src/tinyxpath/node_set.cpp

    diff -Naur opencity-0.0.6.3stable/src/tinyxpath/node_set.cpp opencity-0.0.6.3stable-haiku/src/tinyxpath/node_set.cpp
    old new  
    2323*/ 
    2424 
    2525#include "node_set.h" 
    26 #ifdef HAVE_STDINT_H 
    27         #include "stdint.h"                     // for intptr_t (32/64 bits void* pointer compatibility) 
    28 #endif 
     26#include <stdint.h>                     // for intptr_t (32/64 bits void* pointer compatibility) 
    2927 
    3028namespace TinyXPath 
    3129{ 

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/