mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
gcc: use makeinfo-4.13 for recipe version 2.95.
* since the bump to texinfo 6.0, the documentation build failed.
This commit is contained in:
@@ -9,7 +9,7 @@ HOMEPAGE="http://gcc.gnu.org"
|
||||
COPYRIGHT="1988-2000 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v2
|
||||
GNU LGPL v2"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
srcGitRev="d86116d57a09505802ed6a38adc43ef294f7f364"
|
||||
SOURCE_URI="https://github.com/haiku/buildtools/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="9eef41dcd1582b84e677f3dcb14faa2dd42707352556d05860470e2a99b7e505"
|
||||
@@ -54,7 +54,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:sed
|
||||
cmd:tar
|
||||
cmd:makeinfo
|
||||
cmd:makeinfo_4.13
|
||||
"
|
||||
|
||||
BUILD_PACKAGE_ACTIVATION_PHASE=INSTALL
|
||||
@@ -106,9 +106,9 @@ INSTALL()
|
||||
mkdir -p $html_base
|
||||
cd $html_base
|
||||
|
||||
makeinfo --html "$gccDir/gcc/cpp.texi"
|
||||
makeinfo --html "$gccDir/gcc/gcc.texi"
|
||||
makeinfo --force --html "$gccDir/libio/iostream.texi" \
|
||||
makeinfo-4.13 --html "$gccDir/gcc/cpp.texi"
|
||||
makeinfo-4.13 --html "$gccDir/gcc/gcc.texi"
|
||||
makeinfo-4.13 --force --html "$gccDir/libio/iostream.texi" \
|
||||
&& true
|
||||
# some errors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user