mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Updated libsndfile to use source from haikuports.
Fixed mandir location.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user