mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
Updated several more .bep files to use finddir to locate the prefix directory.
This commit is contained in:
@@ -14,7 +14,7 @@ BUILD {
|
||||
cp /boot/common/share/libtool/config/config.sub lib/gd/config
|
||||
cp /boot/common/share/libtool/config/config.sub libltdl
|
||||
autoconf
|
||||
./configure --prefix=/boot/common --disable-shared --enable-static CFLAGS="-O0" LDFLAGS="-L/boot/common/lib -liconv"
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-shared --enable-static CFLAGS="-O0" LDFLAGS="-L/boot/common/lib -liconv"
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ BUILD {
|
||||
cd graphviz-2.26.3
|
||||
libtoolize --force --copy --install
|
||||
autoconf
|
||||
./configure --prefix=/boot/common --enable-shared --disable-perl
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared --disable-perl
|
||||
make
|
||||
}
|
||||
|
||||
@@ -17,5 +17,6 @@ INSTALL {
|
||||
cd graphviz-2.26.3
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="CPL v1.0"
|
||||
COPYRIGHT="1994-2010 AT&T Corp."
|
||||
|
||||
Reference in New Issue
Block a user