5f91b5a391
- Enabled debuginfo for ppc64 again - Do not strip the debugdata on x86_64 anymore - Packages_base, packages_fcl and packages_extra are merged into packages - Don't install packages_fv separately anymore - Fix for incorrect path in official fpc 2.2.2rc1-sourcefile - Updated licence-tag from "GPL and modified LGPL" to fedora-tag "GPLv2+ and LGPLv2+ with exceptions" - Removed UsePrebuildcompiler define for ppc64
27 lines
846 B
Diff
27 lines
846 B
Diff
Index: fpcdocs/Makefile.fpc
|
|
===================================================================
|
|
--- fpcdocs/Makefile.fpc
|
|
+++ fpcdocs/Makefile.fpc
|
|
@@ -258,7 +258,7 @@
|
|
comphelp.inc:
|
|
echo "% Automatically generated. Do not edit" > comphelp.inc
|
|
echo "\begin{verbatim}" >> comphelp.inc
|
|
- fpc -h >>comphelp.inc
|
|
+ $(FPC) -h >>comphelp.inc
|
|
echo "\end{verbatim}" >> comphelp.inc
|
|
|
|
# Local copy of the required styles
|
|
Index: fpcdocs/Makefile
|
|
===================================================================
|
|
--- fpcdocs/Makefile
|
|
+++ fpcdocs/Makefile
|
|
@@ -1867,7 +1882,7 @@
|
|
comphelp.inc:
|
|
echo "% Automatically generated. Do not edit" > comphelp.inc
|
|
echo "\begin{verbatim}" >> comphelp.inc
|
|
- fpc -h >>comphelp.inc
|
|
+ $(FPC) -h >>comphelp.inc
|
|
echo "\end{verbatim}" >> comphelp.inc
|
|
syntax.sty: styles/syntax.sty
|
|
cp $(wildcard styles/*.sty) .
|