mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Updated several .bep files to use finddir.
This commit is contained in:
@@ -13,7 +13,7 @@ BUILD {
|
||||
aclocal -I build
|
||||
autoconf
|
||||
automake
|
||||
./configure --prefix=/boot/common --enable-beos
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY` --enable-beos
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ BUILD {
|
||||
aclocal -I build
|
||||
autoconf
|
||||
automake
|
||||
./configure --prefix=/boot/common --enable-beos
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY` --enable-beos
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ BUILD {
|
||||
cd libX11-1.3.3
|
||||
libtoolize --force --copy --install
|
||||
autoreconf -i
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ BUILD {
|
||||
cd libXau-1.0.5
|
||||
libtoolize --force --copy --install
|
||||
autoreconf -i
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ BUILD {
|
||||
cd libxcb-1.6
|
||||
libtoolize --force --copy --install
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
|
||||
@@ -15,7 +15,7 @@ DEPEND="pkgconfig >= 0.23
|
||||
BUILD {
|
||||
cd pango-1.28.1
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ BUILD {
|
||||
aclocal
|
||||
automake
|
||||
autoconf
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ BUILD {
|
||||
aclocal
|
||||
automake
|
||||
autoconf
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ BUILD {
|
||||
aclocal
|
||||
automake
|
||||
autoconf
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ BUILD {
|
||||
cd pixman-master
|
||||
libtoolize --force --copy --install
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ BUILD {
|
||||
cd pixman-0.19.4
|
||||
libtoolize --force --copy --install
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ BUILD {
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ BUILD {
|
||||
cd xtrans-1.2.5
|
||||
libtoolize --force --copy --install
|
||||
autoreconf -i
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
|
||||
Reference in New Issue
Block a user