Changes between Version 2 and Version 3 of dev-libs/libiconv/1.12/2
- Timestamp:
- 08/28/08 08:06:08 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-libs/libiconv/1.12/2
v2 v3 1 Added [http://tools.assembla.com/BePorts/browser/BePorts/trunk/dev-libs/libiconv/libiconv-1.12-haiku.diff patch] to better support Haiku.1 Running ./autogen.sh will pull in a fresh gnulib lib from cvs which includes the Haiku fixes. But it doesn't fix it for the libcharset folder. So once the ./autogen.sh is run for libiconv, cd to libiconv, then copy in everything from root folder/build-aux to /libcharset/build-aux, run ./autogen.sh, then cd back to root and run ./configure, make, make install. 2 2 3 * ./autogen.sh 4 * cd libcharset 5 * cp ../build-aux/* build-aux/ 6 * ./autogen.sh 7 * cd .. 8 * ./configure --prefix=/boot/common 9 * make 10 * make install
