mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libebook: enable x86_64.
* replace with "autoreconf -fi" * remove libtool file.
This commit is contained in:
@@ -9,7 +9,7 @@ SOURCE_URI="http://prdownloads.sourceforge.net/libebook/libe-book-$portVersion.t
|
||||
CHECKSUM_SHA256="b710a57c633205b933015474d0ac0862253d1c52114d535dd09b20939a0d1850"
|
||||
SOURCE_DIR="libe-book-$portVersion"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 !x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -64,11 +64,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoheader
|
||||
automake --add-missing
|
||||
autoconf
|
||||
autoreconf -fi
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
@@ -77,6 +73,8 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm $libDir/libe-book-0.1.la
|
||||
|
||||
prepareInstalledDevelLibs libe-book-0.1
|
||||
fixPkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user