mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Changed to use aclocal --print-ac-dir to locate the aclocal dir.
This commit is contained in:
@@ -8,17 +8,17 @@ DEPEND="dev-util/pkgconfig >= 0.23
|
||||
media-libs/libogg >= 1.2.0"
|
||||
BUILD {
|
||||
cd libvorbis-1.3.2
|
||||
libtoolize --force --copy --install
|
||||
libtoolize --fci
|
||||
mkdir -p m4
|
||||
cp /boot/common/share/aclocal/libtool.m4 m4
|
||||
cp /boot/common/share/aclocal/ltoptions.m4 m4
|
||||
cp /boot/common/share/aclocal/ltversion.m4 m4
|
||||
cp /boot/common/share/aclocal/ltsugar.m4 m4
|
||||
cp /boot/common/share/aclocal/lt~obsolete.m4 m4
|
||||
cp `aclocal --print-ac-dir`/libtool.m4 m4
|
||||
cp `aclocal --print-ac-dir`/ltoptions.m4 m4
|
||||
cp `aclocal --print-ac-dir`/ltversion.m4 m4
|
||||
cp `aclocal --print-ac-dir`/ltsugar.m4 m4
|
||||
cp `aclocal --print-ac-dir`/lt~obsolete.m4 m4
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
automake
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user