mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libquicktime: fix build on x86_64.
remove libtool files.
This commit is contained in:
@@ -25,7 +25,7 @@ settable parameters etc. at runtime.
|
||||
"
|
||||
HOMEPAGE="http://libquicktime.sourceforge.net"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -90,7 +90,7 @@ REQUIRES_devel="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:autoreconf
|
||||
cmd:automake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
@@ -102,10 +102,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
automake
|
||||
autoreconf -fi
|
||||
runConfigure ./configure --without-doxygen \
|
||||
--with-libdv --without-cpuflags
|
||||
make $jobArgs
|
||||
@@ -115,6 +112,8 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm $libDir/libquicktime.la $libDir/libquicktime/lqt_*.la
|
||||
|
||||
prepareInstalledDevelLibs libquicktime
|
||||
fixPkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user