Updated libsndfile to use source from haikuports.

Fixed mandir location.
This commit is contained in:
Scott McCreary
2013-01-03 01:56:14 +00:00
parent 41ac5ce752
commit 5136ecff63

View File

@@ -1,6 +1,6 @@
DESCRIPTION="Libsndfile is a C library for reading and writing files containing sampled sound"
HOMEPAGE="http://www.mega-nerd.com/libsndfile"
SRC_URI="http://heanet.dl.sourceforge.net/project/distrobuild/sources/libsndfile-1.0.21.tar.gz"
SRC_URI="http://ports-space.haiku-files.org/source/libsndfile_1.0.21.orig.tar.gz"
CHECKSUM_MD5="880a40ec636ab2185b97f8927299b292"
REVISION="1"
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
@@ -23,7 +23,7 @@ BUILD {
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
export htmldocdir=$COMMON_DOCS/doc/libsndfile-dev/html
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--mandir=$COMMON_DOCS
--mandir=$COMMON_DOCS/man
make
}