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:
@@ -9,7 +9,7 @@ BUILD {
|
||||
cd php-5.3.4
|
||||
cat $(aclocal --print-ac-dir)/libtool.m4 > build/libtool.m4
|
||||
autoreconf
|
||||
./configure --prefix=/boot/common --enable-shared --enable-static
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared --enable-static
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ DEPEND="dev-lang/ruby >= 1.8.7"
|
||||
BUILD {
|
||||
cd ruby-1.9.1-p243
|
||||
autoconf
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ DEPEND=""
|
||||
BUILD {
|
||||
cd swig-1.3.40
|
||||
libtoolize -fci
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ DEPEND=""
|
||||
BUILD {
|
||||
cd swig-2.0.2
|
||||
libtoolize -fci
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ BUILD {
|
||||
cd yasm-0.7.1
|
||||
cp /boot/common/share/libtool/config/config.guess config/.
|
||||
cp /boot/common/share/libtool/config/config.sub config/.
|
||||
./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAG=-I/boot/common/include
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` LDFLAGS=-L/boot/common/lib CPPFLAG=-I/boot/common/include
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ BUILD {
|
||||
cd yasm-0.8.0
|
||||
cp /boot/common/share/libtool/config/config.guess config/.
|
||||
cp /boot/common/share/libtool/config/config.sub config/.
|
||||
./configure --prefix=/boot/common \
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
LDFLAGS=-L/boot/common/lib \
|
||||
CPPFLAG=-I/boot/common/include
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user