mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
BeZilla: use libtoolize
This commit is contained in:
@@ -5,7 +5,7 @@ needs of both casual and power users."
|
||||
HOMEPAGE="https://github.com/mmadia/bezilla"
|
||||
COPYRIGHT="1995-2009 Mozilla Developers and Contributors"
|
||||
LICENSE="MPL v1.1"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
COMMIT="6862542e81d0407f8fbdb8cf96a48fdc3156e902"
|
||||
SOURCE_URI="https://github.com/mmadia/bezilla/archive/$COMMIT.zip"
|
||||
SOURCE_DIR="bezilla-$COMMIT"
|
||||
@@ -53,17 +53,17 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
cd mozilla
|
||||
cp /system/data/libtool/build-aux/config.* build/autoconf
|
||||
chmod +x build/autoconf/mozconfig-find
|
||||
pushd build/autoconf
|
||||
chmod +x mozconfig-find
|
||||
libtoolize -fci
|
||||
popd
|
||||
autoconf-2.13
|
||||
|
||||
pushd nsprpub
|
||||
cp /system/data/libtool/build-aux/config.* build/autoconf
|
||||
autoconf-2.13
|
||||
pushd nsprpub/build/autoconf
|
||||
libtoolize -fci
|
||||
popd
|
||||
|
||||
pushd directory/c-sdk
|
||||
cp /system/data/libtool/build-aux/config.* build/autoconf
|
||||
autoconf-2.13
|
||||
popd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user