Table of Contents
PortLog: media-libs/libmikmod
version 3.2.0 beta2
| R5 | untested |
| BONE | untested |
| Haiku | stable |
revision 1 (scottmc)
Builds with updated config.guess, ./configure complained about aclocal, automake, esd-config and AF/AFlib
Then Make have issues with unknown option -pthreads, note this was with Haiku r25271,
so maybe before recent pthread changes. Will try again on newer build soon.
Copy in Haiku config.guess and config.sub
Download esound to get esd.m4, then copy it to libmikmod folder then
- cat esd.m4 >> acinclude.m4
- libtoolize --force --copy
- aclocal
- automake --add-missing
- autoconf
- ./configure --prefix=/boot/common
- make
- make install
But configure fails:
checking for dlopen in -lc... no
checking for dlopen in -ldl... no
checking if compiler recognizes -pthread... yes
./configure: line 21154: syntax error near unexpected token `0.2.6,libmikmod_driver_esd=yes'
./configure: line 21154: ` AM_PATH_ESD(0.2.6,libmikmod_driver_esd=yes)'
~/libmikmod-3.2.0-beta2>