Updated several more .bep files to use finddir to locate the prefix directory.

This commit is contained in:
Scott McCreary
2011-04-25 23:52:32 +00:00
parent 08253fd18b
commit d54455e897
142 changed files with 145 additions and 143 deletions

View File

@@ -8,7 +8,7 @@ DEPEND=""
BUILD {
cd freetype-2.3.11
sh ./autogen.sh
./configure --prefix=/boot/common --includedir=/boot/develop/headers/3rdparty
./configure --prefix=`finddir B_COMMON_DIRECTORY` --includedir=/boot/develop/headers/3rdparty
make
}

View File

@@ -8,7 +8,7 @@ DEPEND=""
BUILD {
cd freetype-2.4.2
sh ./autogen.sh
./configure --prefix=/boot/common --includedir=/boot/develop/headers/3rdparty
./configure --prefix=`finddir B_COMMON_DIRECTORY` --includedir=/boot/develop/headers/3rdparty
make
}

View File

@@ -8,7 +8,7 @@ DEPEND=""
BUILD {
cd freetype-2.4.4
sh ./autogen.sh
./configure --prefix=/boot/common --includedir=/boot/develop/headers/3rdparty
./configure --prefix=`finddir B_COMMON_DIRECTORY` --includedir=/boot/develop/headers/3rdparty
make
}