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

Context Navigation

  • Back to Ticket #137

Ticket #137: libmatroska-1.0.0.patch

File libmatroska-1.0.0.patch, 531 bytes (added by disreali, 5 years ago)
  • make/linux/Makefile

    diff -Naur libmatroska-1.0.0/make/linux/Makefile libmatroska-1.0.0-haiku/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 
     16endif 
     17# Haiku wants the libs and headers in /boot/common 
     18ifeq (Haiku,$(shell uname -s)) 
     19prefix=/boot/common 
    1620else 
    1721prefix=/usr/local 
    1822endif 

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/