| 1 | | [[TOC]] |
| 2 | | |
| 3 | | = PortLog: [wiki:media-libs]/libmikmod = |
| 4 | | |
| 5 | | http://mikmod.raphnet.net/ |
| 6 | | |
| 7 | | == version 3.2.0 beta2 == |
| 8 | | |
| 9 | | ||R5||untested|| |
| 10 | | ||BONE||untested|| |
| 11 | | ||Haiku||stable|| |
| 12 | | |
| 13 | | === revision 1 (scottmc) === |
| 14 | | |
| 15 | | ~~Builds with updated config.guess, ./configure complained about aclocal, automake, esd-config and AF/AFlib |
| 16 | | Then Make have issues with unknown option -pthreads, note this was with Haiku r25271, |
| 17 | | so maybe before recent pthread changes. Will try again on newer build soon.~~ |
| 18 | | |
| 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 |
| 29 | | |
| 30 | | ~~But configure fails: |
| 31 | | checking for dlopen in -lc... no |
| 32 | | checking for dlopen in -ldl... no |
| 33 | | checking if compiler recognizes -pthread... yes |
| 34 | | ./configure: line 21154: syntax error near unexpected token `0.2.6,libmikmod_driver_esd=yes' |
| 35 | | ./configure: line 21154: ` AM_PATH_ESD(0.2.6,libmikmod_driver_esd=yes)' |
| 36 | | ~/libmikmod-3.2.0-beta2>~~ |