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

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 3 and Version 4 of media-libs/libmad/0.15.1b/2


Ignore:
Timestamp:
09/15/09 04:25:52 (6 years ago)
Author:
adek336
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • media-libs/libmad/0.15.1b/2

    v3 v4  
    11To build with gcc4[[br]] 
    22 
     3 
    34{{{ 
    4 wget ftp://ftp.mars.org/pub/mpeg/libmad-0.15.1b.tar.gz [[b] 
     5wget ftp://ftp.mars.org/pub/mpeg/libmad-0.15.1b.tar.gz  
    56     
    6 tar xf libmad-0.15.1b.tar.gz [[b] 
     7tar xf libmad-0.15.1b.tar.gz  
    78     
    8 cd libmad-0.15.1b[[b] 
    9 cp /boot/common/share/libtool/config/config.* . [[b] 
    10 libtoolize --force --copy [[b] 
    11 aclocal [[b] 
    12 automake --add-missing [[b] 
    13 autoconf [[b] 
    14 if [ ! -e configure.old ] ; then [[b] 
    15     mv configure configure.old [[b] 
    16     sed configure.old -e "s/^.*fforce-mem.*$$//g" > configure [[b] 
    17     chmod +x configure [[b] 
    18 fi [[b] 
    19 ./configure --prefix=/boot/common [[b] 
    20 make [[b] 
     9cd libmad-0.15.1b 
     10cp /boot/common/share/libtool/config/config.* . 
     11libtoolize --force --copy  
     12aclocal  
     13automake --add-missing 
     14autoconf  
     15if [ ! -e configure.old ] ; then 
     16    mv configure configure.old  
     17    sed configure.old -e "s/^.*fforce-mem.*$$//g" > configure  
     18    chmod +x configure  
     19fi  
     20./configure --prefix=/boot/common 
     21make  
    2122                
    2223     
    2324make install  
     25 
    2426}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/