diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2025-07-01 12:03:59 +0200 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2025-07-01 12:09:23 +0200 |
commit | 9cc6248ca1ef107c06a9e9b392ed13c7ef277ca4 (patch) | |
tree | 14d403de904cab89c1eefe6f774c8eec77ac1a56 /devel/simgear/files/patch-simgear-misc-sg_path.cxx | |
parent | ftp/bsdftpd-ssl: reset maintainer. (diff) |
games/flightgear: Update to 2024.1.1
Also:
- Switch upstream to Gitlab for code + download.flightgear.org for data
- Switch to c++17
PR: 287776 287777 287778
Reported by: Stefan Rumetshofer <sterum77@gmail.com>
Diffstat (limited to 'devel/simgear/files/patch-simgear-misc-sg_path.cxx')
-rw-r--r-- | devel/simgear/files/patch-simgear-misc-sg_path.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/simgear/files/patch-simgear-misc-sg_path.cxx b/devel/simgear/files/patch-simgear-misc-sg_path.cxx deleted file mode 100644 index 8e8755f12a75..000000000000 --- a/devel/simgear/files/patch-simgear-misc-sg_path.cxx +++ /dev/null @@ -1,12 +0,0 @@ -Add missing include for unlink(2) call - ---- simgear/misc/sg_path.cxx.orig 2020-05-22 20:11:33 UTC -+++ simgear/misc/sg_path.cxx -@@ -31,6 +31,7 @@ - - #include <cstring> - #include <stdio.h> -+#include <unistd.h> - #include <sys/stat.h> - #include <errno.h> - #include <fstream> |