mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Updated several more .bep files to use finddir to locate the prefix directory.
This commit is contained in:
@@ -8,8 +8,8 @@ MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd boost_1_42_0
|
||||
./bootstrap.sh --prefix=/boot/common
|
||||
./bjam --prefix=/boot/common \
|
||||
./bootstrap.sh --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
./bjam --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--libdir=/boot/common/lib \
|
||||
--includedir=/boot/common/include \
|
||||
variant=release \
|
||||
|
||||
Reference in New Issue
Block a user