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

Context Navigation

  • Back to Ticket #350

Ticket #350: libvpx.patch

File libvpx.patch, 856 bytes (added by scottmc, 5 years ago)

initial patch to configure to add x86/x86_64-haiku-gcc as build target

  • configure

    old new  
    9999all_platforms="${all_platforms} x86-darwin8-icc" 
    100100all_platforms="${all_platforms} x86-darwin9-gcc" 
    101101all_platforms="${all_platforms} x86-darwin9-icc" 
     102all_platforms="${all_platforms} x86-haiku-gcc" 
    102103all_platforms="${all_platforms} x86-linux-gcc" 
    103104all_platforms="${all_platforms} x86-linux-icc" 
    104105all_platforms="${all_platforms} x86-solaris-gcc" 
    … …  
    106107all_platforms="${all_platforms} x86-win32-vs7" 
    107108all_platforms="${all_platforms} x86-win32-vs8" 
    108109all_platforms="${all_platforms} x86_64-darwin9-gcc" 
     110all_platforms="${all_platforms} x86_64-haiku-gcc" 
    109111all_platforms="${all_platforms} x86_64-linux-gcc" 
    110112all_platforms="${all_platforms} x86_64-solaris-gcc" 
    111113all_platforms="${all_platforms} x86_64-win64-vs8" 

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/