mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Updated several more .bep files to use finddir to locate the prefix directory.
This commit is contained in:
@@ -10,7 +10,7 @@ BUILD {
|
||||
mkdir -p m4
|
||||
libtoolize --force --copy --install
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ STATUS_HAIKU="stable"
|
||||
DEPEND="media-libs/allegro >= 4.4.1.1"
|
||||
BUILD {
|
||||
cd cylindrix
|
||||
CFLAGS='-O2' ./configure --prefix=/boot/common
|
||||
CFLAGS='-O2' ./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user