mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
Removed -lm from vorbis.pc.in, opened trac ticket 1783 with xiph.org for a cleaner fix upstream
This commit is contained in:
@@ -8,7 +8,7 @@ DEPEND="dev-util/pkgconfig >= 0.23
|
||||
media-libs/libogg >= 1.2.0"
|
||||
BUILD {
|
||||
cd libvorbis-1.3.2
|
||||
libtoolize --fci
|
||||
libtoolize -fci
|
||||
mkdir -p m4
|
||||
cp `aclocal --print-ac-dir`/libtool.m4 m4
|
||||
cp `aclocal --print-ac-dir`/ltoptions.m4 m4
|
||||
@@ -18,6 +18,7 @@ BUILD {
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
automake
|
||||
sed -i 's/-lvorbis -lm/-lvorbis/' vorbis.pc.in
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user