mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
dvdauthor, fix detection for freetype (#7471)
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
SUMMARY="DVD authoring tools"
|
||||
DESCRIPTION="Tools for generating DVD files to be played on standalone DVD \
|
||||
players."
|
||||
DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players."
|
||||
HOMEPAGE="http://dvdauthor.sourceforge.net/"
|
||||
COPYRIGHT="2002-2005, 2007, 2010, 2012, 2016 Scott Smith, Lawrence D'Oliveiro"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="5"
|
||||
REVISION="6"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/dvdauthor/dvdauthor-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3020a92de9f78eb36f48b6f22d5a001c47107826634a785a62dfcd080f612eb7"
|
||||
SOURCE_DIR="dvdauthor"
|
||||
@@ -66,6 +65,11 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -e 's|freetype-config|pkg-config freetype2|' -i configure
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir
|
||||
|
||||
Reference in New Issue
Block a user