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