Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1f9b40e25 | ||
|
|
e349e4daf3 |
2 changed files with 17 additions and 0 deletions
15
skychart-4.3-fpc-3.2.4.patch
Normal file
15
skychart-4.3-fpc-3.2.4.patch
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
diff -rU4 skychart-4.3-4974-src--orig/skychart/cu_tz.pas skychart-4.3-4974-src--patched/skychart/cu_tz.pas
|
||||
--- skychart-4.3-4974-src--orig/skychart/cu_tz.pas 2025-03-03 03:30:14.000000000 +0100
|
||||
+++ skychart-4.3-4974-src--patched/skychart/cu_tz.pas 2025-08-15 10:32:52.001369952 +0200
|
||||
@@ -41,8 +41,11 @@
|
||||
Windows,
|
||||
{$endif}
|
||||
{$ifdef unix}
|
||||
unixutil,
|
||||
+ {$IF FPC_FULLVERSION > 30202} // FPC 3.2.4 moves TzSeconds from UnixUtil to Unix
|
||||
+ unix,
|
||||
+ {$ENDIF}
|
||||
{$endif}
|
||||
Classes, SysUtils, Math;
|
||||
|
||||
type
|
||||
|
|
@ -56,6 +56,8 @@ Patch: skychart-4.3-satmessage.patch
|
|||
# This feature was asked upstream specifically for Fedora
|
||||
Patch: skychart-4.3-noupdatemenu.patch
|
||||
|
||||
# Fix build with FPC 3.2.4
|
||||
Patch: skychart-4.3-fpc-3.2.4.patch
|
||||
|
||||
ExclusiveArch: %{fpc_arches}
|
||||
ExcludeArch: %{ix86}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue