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

Context Navigation

  • Back to Ticket #245

Ticket #245: libebml-1.0.0.patch

File libebml-1.0.0.patch, 1.5 KB (added by disreali, 5 years ago)

Updated patchfile

  • libebml-1.0.0/ebml/c/libebml_t.h

    diff -urN /develop/projects/matroska/install/libebml-1.0.0/ebml/c/libebml_t.h /develop/projects/matroska/libebml-1.0.0/ebml/c/libebml_t.h
    old new  
    7272    typedef uint16_t uint16; 
    7373    typedef uint8_t uint8; 
    7474# endif // __GNUC__ 
    75 #elif defined(__BEOS__) 
     75#elif defined(__BEOS__) || defined(__HAIKU__)  
    7676#include <SupportDefs.h> 
    7777#elif defined(DJGPP)                            /* SL : DJGPP doesn't support POSIX types ???? */ 
    7878    typedef signed long long int64; 
    … …  
    9898    typedef uint32_t uint32; 
    9999    typedef uint16_t uint16; 
    100100    typedef uint8_t uint8; 
    101 #elif defined(__BEOS__) 
     101#elif defined(__BEOS__) || defined(__HAIKU__)  
    102102# include <support/SupportDefs.h> 
    103103#else // anything else (Linux, BSD, ...) 
    104104# include <inttypes.h> 
  • libebml-1.0.0/make/linux/Makefile

    diff -urN /develop/projects/matroska/install/libebml-1.0.0/make/linux/Makefile /develop/projects/matroska/libebml-1.0.0/make/linux/Makefile
    old new  
    1313# BeOS wants the libs and headers in /boot/home/config 
    1414ifeq (BeOS,$(shell uname -s)) 
    1515prefix=/boot/home/config 
     16# Haiku wants the libs and headers in /boot/common 
     17else ifeq (Haiku,$(shell uname -s)) 
     18prefix=/boot/common 
    1619else 
    1720prefix=/usr/local 
    1821endif 

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/