Changes between Version 2 and Version 3 of media-libs/libmikmod
- Timestamp:
- 07/09/08 15:47:31 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
media-libs/libmikmod
v2 v3 13 13 === work in progress (scottmc) === 14 14 15 Builds with updated config.guess, ./configure complained about aclocal, automake, esd-config and AF/AFlib15 ~~Builds with updated config.guess, ./configure complained about aclocal, automake, esd-config and AF/AFlib 16 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. 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]] 21 22 But configure fails: 23 {{{ 24 checking for dlopen in -lc... no 25 checking for dlopen in -ldl... no 26 checking if compiler recognizes -pthread... yes 27 ./configure: line 21154: syntax error near unexpected token `0.2.6,libmikmod_driver_esd=yes' 28 ./configure: line 21154: ` AM_PATH_ESD(0.2.6,libmikmod_driver_esd=yes)' 29 ~/libmikmod-3.2.0-beta2> 30 }}} 31 32 33
