create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Build fix for gcc 4.5+, which complains about FILE not being defined in
mythes.hxx.
--- src/Thesaurus.cpp.orig 2012-12-25 17:28:52.000000000 +0200
+++ src/Thesaurus.cpp 2012-12-25 17:29:18.000000000 +0200
@@ -24,6 +24,7 @@
#include "support/os.h"
#ifdef USE_EXTERNAL_MYTHES
+#include <cstdio>
#include MYTHES_H_LOCATION
#else
#include <cstdio>