mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sci-mathematics/pari: fix building docs with perl-5.22
Thanks to Andreas Proteus <proteuss@sdf.lonestar.org> Package-Manager: portage-2.2.24
This commit is contained in:
12
sci-mathematics/pari/files/pari-2.7.1-perl-5.22-doc.patch
Normal file
12
sci-mathematics/pari/files/pari-2.7.1-perl-5.22-doc.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -U2 -r pari-2.7.1.orig/src/desc/doc_make pari-2.7.1/src/desc/doc_make
|
||||
--- pari-2.7.1.orig/src/desc/doc_make 2014-05-11 00:59:29.000000000 +0700
|
||||
+++ pari-2.7.1/src/desc/doc_make 2015-11-15 00:51:11.494845695 +0600
|
||||
@@ -39,6 +39,6 @@
|
||||
$v =~ s/(\w\w+)/\\var{$1}/g;
|
||||
$v =~ s/\^([a-z])/\\hbox{\\kbd{\\pow}}$1/g;
|
||||
- $v =~ s/\\var{flag}/\\fl/g;
|
||||
- $v =~ s/\\var{(\d+)}/{$1}/g;
|
||||
+ $v =~ s/\\var\{flag}/\\fl/g;
|
||||
+ $v =~ s/\\var\{(\d+)}/{$1}/g;
|
||||
|
||||
$v = "\$($v)\$";
|
||||
@@ -43,6 +43,8 @@ src_prepare() {
|
||||
epatch "${FILESDIR}"/${PN}-2.7.0-no-automagic.patch
|
||||
# sage-on-gentoo trac 15654: PARI discriminant speed depends on stack size
|
||||
epatch "${FILESDIR}"/${PN}-2.7.0-slow-discriminant.patch
|
||||
# fix building docs with perl-5.22
|
||||
epatch "${FILESDIR}"/${PN}-2.7.1-perl-5.22-doc.patch
|
||||
|
||||
# disable default building of docs during install
|
||||
sed -i \
|
||||
|
||||
Reference in New Issue
Block a user