Changes between Version 4 and Version 5 of media-libs/libmikmod
- Timestamp:
- 07/16/08 07:53:02 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
media-libs/libmikmod
v4 v5 9 9 ||R5||untested|| 10 10 ||BONE||untested|| 11 ||Haiku|| broken||11 ||Haiku||stable|| 12 12 13 === work in progress(scottmc) ===13 === revision 1 (scottmc) === 14 14 15 15 ~~Builds with updated config.guess, ./configure complained about aclocal, automake, esd-config and AF/AFlib … … 17 17 so maybe before recent pthread changes. Will try again on newer build soon.~~ 18 18 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]] 19 Copy in Haiku config.guess and config.sub[[BR]] 20 Download 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 21 29 22 But configure fails: 23 {{{ 30 ~~But configure fails: 24 31 checking for dlopen in -lc... no 25 32 checking for dlopen in -ldl... no … … 27 34 ./configure: line 21154: syntax error near unexpected token `0.2.6,libmikmod_driver_esd=yes' 28 35 ./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 31 39 32 40 33 41 42
