Unretirement Releng Request: https://pagure.io/releng/issue/12062
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
parent
a05f9c0b35
commit
f8820a33a0
8 changed files with 502 additions and 1 deletions
24
activemq-cpp-local-texmf.patch
Normal file
24
activemq-cpp-local-texmf.patch
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
diff -uNr activemq-cpp-2.2.6.ORIG/texmf.cnf activemq-cpp-2.2.6/texmf.cnf
|
||||
--- activemq-cpp-2.2.6.ORIG/texmf.cnf 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ activemq-cpp-2.2.6/texmf.cnf 2009-11-07 20:47:00.466113909 +0100
|
||||
@@ -0,0 +1,2 @@
|
||||
+pool_size = 4000000
|
||||
+
|
||||
diff -uNr activemq-cpp-2.2.6.ORIG/doxygen-include.am activemq-cpp-2.2.6/doxygen-include.am
|
||||
--- activemq-cpp-2.2.6.ORIG/doxygen-include.am 2009-01-23 14:56:26.000000000 +0100
|
||||
+++ activemq-cpp-2.2.6/doxygen-include.am 2009-11-07 20:52:10.558509912 +0100
|
||||
@@ -153,12 +153,12 @@
|
||||
rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
|
||||
$(DX_PDFLATEX) refman.tex; \
|
||||
$(DX_MAKEINDEX) refman.idx; \
|
||||
- $(DX_PDFLATEX) refman.tex; \
|
||||
+ TEXMFCNF=.: $(DX_PDFLATEX) refman.tex; \
|
||||
countdown=5; \
|
||||
while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
|
||||
refman.log > /dev/null 2>&1 \
|
||||
&& test $$countdown -gt 0; do \
|
||||
- $(DX_PDFLATEX) refman.tex; \
|
||||
+ TEXMFCNF=.: $(DX_PDFLATEX) refman.tex; \
|
||||
countdown=`expr $$countdown - 1`; \
|
||||
done; \
|
||||
mv refman.pdf ../@PACKAGE@.pdf
|
||||
Loading…
Add table
Add a link
Reference in a new issue