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

Context Navigation

  • Back to Ticket #307

Ticket #307: libvorbis-1.3.1.patch

File libvorbis-1.3.1.patch, 713 bytes (added by michaelvoliveira, 5 years ago)

The same patch.. as previous version

  • libvorbis-1.3.

    diff -Naur libvorbis-1.3.1/configure.ac libvorbis-1.3.1-haiku/configure.ac
    old new  
    184184                DEBUG="-g -Wall -Wextra -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char" 
    185185                CFLAGS="-O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char" 
    186186                PROFILE="-pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char";; 
     187        *-*-haiku*) 
     188                DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char" 
     189                CFLAGS="-O20 -Wall -D__NO_MATH_INLINES -fsigned-char" 
     190                PROFILE="-O20 -g -pg -D__NO_MATH_INLINES -fsigned-char" ;; 
    187191        sparc-sun-*) 
    188192                sparc_cpu="" 
    189193                AC_MSG_CHECKING([if gcc supports -mv8]) 

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/