mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-18 14:31:18 +02:00
create bsd12 branch
This commit is contained in:
15
xapp/lyx/files/patch-src__support__os_unix.cpp
Normal file
15
xapp/lyx/files/patch-src__support__os_unix.cpp
Normal 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__
|
||||
|
||||
Reference in New Issue
Block a user