Changes between Version 1 and Version 2 of media-libs/libvorbis
- Timestamp:
- 07/14/08 08:13:57 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
media-libs/libvorbis
v1 v2 13 13 Dependencies: [wiki:media-libs/libogg] 14 14 15 {{{ 16 Builds ok on Haiku, just need to modify configure.guess to use BeOS settings. 17 ./configure --prefix=/boot/common 18 make 19 make install 20 }}} 15 Copy in haiku config.guess and config.sub[[BR]] 16 Patch aclocal.m4? to allow build shared library (need to retrace my steps to figure out what files were modified to make this work)[[BR]] 17 Then:[[BR]] 18 * ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include 19 * make 20 * make install 21
