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 4 and Version 5 of media-libs/libmikmod


Ignore:
Timestamp:
07/16/08 07:53:02 (7 years ago)
Author:
scottmc
Comment:

added esd.m4 to fix build

Legend:

Unmodified
Added
Removed
Modified
  • media-libs/libmikmod

    v4 v5  
    99||R5||untested|| 
    1010||BONE||untested|| 
    11 ||Haiku||broken|| 
     11||Haiku||stable|| 
    1212 
    13 === work in progress (scottmc) === 
     13=== revision 1 (scottmc) === 
    1414 
    1515~~Builds with updated config.guess, ./configure complained about aclocal, automake, esd-config and AF/AFlib 
    … …  
    1717so maybe before recent pthread changes.  Will try again on newer build soon.~~ 
    1818 
    19 Copy in Haiku config.guess and config.sub, then run libtoolize --force, aclocal, automake --add-missing, autoconf[[BR]] 
    20 Then ./configure --prefix=/boot/common[[BR]] 
     19Copy in Haiku config.guess and config.sub[[BR]] 
     20Download esound to get esd.m4, then copy it to libmikmod folder then[[BR]] 
     21 * cat esd.m4 >> acinclude.m4 
     22 * libtoolize --force --copy 
     23 * aclocal 
     24 * automake --add-missing 
     25 * autoconf 
     26 * ./configure --prefix=/boot/common 
     27 * make 
     28 * make install 
    2129 
    22 But configure fails: 
    23 {{{ 
     30~~But configure fails: 
    2431checking for dlopen in -lc... no 
    2532checking for dlopen in -ldl... no 
    … …  
    2734./configure: line 21154: syntax error near unexpected token `0.2.6,libmikmod_driver_esd=yes' 
    2835./configure: line 21154: `      AM_PATH_ESD(0.2.6,libmikmod_driver_esd=yes)' 
    29 ~/libmikmod-3.2.0-beta2>            
    30 }}} 
     36~/libmikmod-3.2.0-beta2>~~ 
     37 
     38            
    3139 
    3240 
    3341 
     42 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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