1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/print/lyx/files/patch-src__Thesaurus.cpp
Raphael Kubo da Costa e07f9e9773 - Update to 2.0.5.
- Convert to OptionsNG.
- Install the .desktop file and PNG icon into ${PREFIX} instead of
  ${LOCALBASE}. This should make no difference to everyone else, but makes
  using `port test' easier with the port.
2012-12-25 16:28:34 +00:00

13 lines
351 B
C++

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>