- Add patch to fix build of doc with latest LaTex on Tumbleweed: * hyperref-2022.patch - boo#1199007 OBS-URL: https://build.opensuse.org/request/show/973887 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/fpc?expand=0&rev=84
19 lines
376 B
Diff
19 lines
376 B
Diff
The macro htmladdnormallink is gone
|
|
|
|
---
|
|
fpcdocs/fpc.sty | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
--- fpcdocs/fpc.sty
|
|
+++ fpcdocs/fpc.sty 2022-04-29 09:11:29.089605046 +0000
|
|
@@ -235,6 +235,9 @@
|
|
}%
|
|
\makeatother
|
|
\fi
|
|
+\ifdefined\htmladdnormallink\relax\else%
|
|
+\def\htmladdnormallink#1#2{\href{#2}{#1}}
|
|
+\fi
|
|
%
|
|
% Fake Latex2Html support, so latex2html is not required
|
|
%
|