[packages/fpc] - added documentation build fix from fedora
baggins
baggins at pld-linux.org
Wed Jul 31 08:34:33 CEST 2013
commit ff731c41119063474f87743ca174ce4c6c6a411b
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Wed Jul 31 08:34:13 2013 +0200
- added documentation build fix from fedora
fpc-r22920.patch | 11 +++++++++++
fpc.spec | 2 ++
2 files changed, 13 insertions(+)
---
diff --git a/fpc.spec b/fpc.spec
index 544eae1..99008bc 100644
--- a/fpc.spec
+++ b/fpc.spec
@@ -23,6 +23,7 @@ Source3: ftp://ftp.freepascal.org/pub/fpc/dist/%{version}/powerpc-linux/%{name}-
Patch0: %{name}-skip-dev-dot.patch
Patch1: %{name}-link.patch
Patch2: %{name}-gdb.patch
+Patch3: %{name}-r22920.patch
URL: http://www.freepascal.org/
BuildRequires: binutils-static >= 3:2.17.50
BuildRequires: gpm-devel
@@ -117,6 +118,7 @@ Dokumentacja do fpc w formacie PDF.
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p0
%ifarch %{ix86}
tar xf %{SOURCE1}
diff --git a/fpc-r22920.patch b/fpc-r22920.patch
new file mode 100644
index 0000000..33aab9d
--- /dev/null
+++ b/fpc-r22920.patch
@@ -0,0 +1,11 @@
+--- fpcsrc/compiler/msg/errore.msg_ 2012-11-03 18:11:32.766841639 +0100
++++ fpcsrc/compiler/msg/errore.msg 2012-11-03 18:12:02.071528768 +0100
+@@ -2939,7 +2939,7 @@
+ % Mac OS X only DWARF debug information can be stored externally.
+ option_invalid_macosx_deployment_target=11049_E_Invalid value for MACOSX_DEPLOYMENT_TARGET environment variable: $1
+ option_invalid_iphoneos_deployment_target=11050_E_Invalid value for IPHONEOS_DEPLOYMENT_TARGET environment variable: $1
+-% On Mac OS X, the MACOSX_DEPLOYMENT_TARGET/IPHONEOS_DEPLOYMENT_TARGET environment variable can be
++% On Mac OS X, the MACOSX\_DEPLOYMENT\_TARGET/IPHONEOS\_DEPLOYMENT\_TARGET environment variable can be
+ % used to set the default target OS version. In case of Mac OS X, it has to be of the format
+ % XY.Z or XY.Z.AB with X, Y,Z , A and B all digits from 0-9.
+ % In case of iOS, it has to be X.Z.A, where X, Z and A can all be either 1 or 2
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fpc.git/commitdiff/ff731c41119063474f87743ca174ce4c6c6a411b
More information about the pld-cvs-commit
mailing list