libvorbis: fix recipe for the devel package (#1680)

This commit is contained in:
Schrijvers Luc
2017-10-01 19:30:21 +02:00
committed by diversys
parent e3d776b018
commit 8f0ba06d10

View File

@@ -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
}