mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +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 {
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I build -I build/ac-macros
|
||||
autogen.sh
|
||||
./configure --prefix=/boot/common \
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--with-apr=/boot/common/bin/apr-1-config \
|
||||
--with-apr-util=/boot/common/bin/apu-1-config \
|
||||
--with-neon=/boot/common \
|
||||
|
||||
@@ -11,7 +11,7 @@ BUILD {
|
||||
aclocal -I build -I build/ac-macros
|
||||
autoconf
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common \
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--with-apr=/boot/common/bin/apr-1-config \
|
||||
--with-apr-util=/boot/common/bin/apu-1-config \
|
||||
--with-neon=/boot/common \
|
||||
|
||||
@@ -11,7 +11,7 @@ BUILD {
|
||||
aclocal -I build -I build/ac-macros
|
||||
autoconf
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common \
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--with-apr=/boot/common/bin/apr-1-config \
|
||||
--with-apr-util=/boot/common/bin/apu-1-config \
|
||||
--with-neon=/boot/common \
|
||||
|
||||
@@ -11,7 +11,7 @@ BUILD {
|
||||
aclocal -I build -I build/ac-macros
|
||||
autoconf
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common \
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--with-apr=/boot/common/bin/apr-1-config \
|
||||
--with-apr-util=/boot/common/bin/apu-1-config \
|
||||
--with-neon=/boot/common \
|
||||
|
||||
@@ -10,7 +10,7 @@ BUILD {
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I build -I build/ac-macros
|
||||
autogen.sh
|
||||
./configure --prefix=/boot/common --with-apr=/boot/common/bin/apr-1-config --with-apr-util=/boot/common/bin/apu-1-config --with-neon=/boot/common --with-editor=lpe --with-zlib=/boot/common
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-apr=/boot/common/bin/apr-1-config --with-apr-util=/boot/common/bin/apu-1-config --with-neon=/boot/common --with-editor=lpe --with-zlib=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ BUILD {
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I build -I build/ac-macros
|
||||
autogen.sh
|
||||
./configure --prefix=/boot/common --with-apr=/boot/common/bin/apr-1-config --with-apr-util=/boot/common/bin/apu-1-config --with-neon=/boot/common --with-editor=nano --with-zlib=/boot/common
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-apr=/boot/common/bin/apr-1-config --with-apr-util=/boot/common/bin/apu-1-config --with-neon=/boot/common --with-editor=nano --with-zlib=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ BUILD {
|
||||
aclocal -I build -I build/ac-macros
|
||||
autoconf
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common \
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--with-apr=/boot/common/bin/apr-1-config \
|
||||
--with-apr-util=/boot/common/bin/apu-1-config \
|
||||
--with-neon=/boot/common \
|
||||
|
||||
Reference in New Issue
Block a user