diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2020-11-25 02:57:50 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2020-11-25 02:57:50 +0000 |
commit | 4ca1f77d7a903e9d8adda25d74b44b28cb8a69f0 (patch) | |
tree | c3d6f47e58b151a9c98e4111f84618b4e6781014 /lang/fpc/files/patch-compiler_cfileutl.pas | |
parent | gecko: apply the rest of the upstream fix for rust 1.48 (diff) |
- Update to 3.2.0
ChangeLog at: https://wiki.freepascal.org/FPC_New_Features_3.2.0
Notes
Notes:
svn path=/head/; revision=556252
Diffstat (limited to 'lang/fpc/files/patch-compiler_cfileutl.pas')
-rw-r--r-- | lang/fpc/files/patch-compiler_cfileutl.pas | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/fpc/files/patch-compiler_cfileutl.pas b/lang/fpc/files/patch-compiler_cfileutl.pas deleted file mode 100644 index c5e1f8e6fb5f..000000000000 --- a/lang/fpc/files/patch-compiler_cfileutl.pas +++ /dev/null @@ -1,12 +0,0 @@ ---- compiler/cfileutl.pas.orig 2015-11-13 21:15:29 UTC -+++ compiler/cfileutl.pas -@@ -23,9 +23,7 @@ unit cfileutl; - - {$i fpcdefs.inc} - --{$ifndef DragonFly} - {$define usedircache} --{$endif DragonFly} - - interface - |