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,15 @@
Build fix, at least building with libc++ fails because LC_ALL is not defined if
locale.h is not included.
Submitted upstream: http://article.gmane.org/gmane.editors.lyx.devel/152732
--- src/support/os_unix.cpp
+++ src/support/os_unix.cpp
@@ -23,6 +23,7 @@
#include "support/lassert.h"
#include <limits.h>
+#include <locale.h>
#include <stdlib.h>
#ifdef __APPLE__