1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/games/stratagus/files
Dmitry Marakasov 092787dffe games/stratagus: fix build with recent c++ library
In recent c++ library (such as on 14.x), <experimental/filesystem>
header would be removed in favor of standard <filesystem>. Remove
check for the former and don't do weird stuff when
experimental/filesystem is not present.

Reported by:	pkg-fallout
2023-05-22 21:27:10 +03:00
..
patch-CMakeLists.txt
patch-gameheaders_stratagus-tinyfiledialogs.h
patch-src_stratagus_iolib.cpp