mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
libvorbis: fix recipe for the devel package (#1680)
This commit is contained in:
@@ -13,7 +13,7 @@ Vorbis."
|
||||
HOMEPAGE="http://www.xiph.org/vorbis/"
|
||||
COPYRIGHT="1994-2010 Xiph.Org Foundation"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
SOURCE_URI="http://downloads.xiph.org/releases/vorbis/libvorbis-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="6efbcecdd3e5dfbf090341b485da9d176eb250d893e3eb378c428a2db38301ce"
|
||||
PATCHES="libvorbis-$portVersion.patchset"
|
||||
@@ -66,7 +66,7 @@ BUILD()
|
||||
autoconf
|
||||
automake
|
||||
runConfigure ./configure \
|
||||
--docdir $developDocDir
|
||||
--docdir=$developDocDir
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user