freebsd-ports/graphics/libfpx/files/patch-c++
Mikhail Teterin 40d57d0f69 Update from 1.3.1-2, which is no longer available for download, to
1.3.1-3 -- which contains all of our patches reported to date.

Add a patch by stefanf@, which allows the port to build on 10.x
Though I'll try to submit the patch upstream as before, I'll try
to persuade them to not remove the 1.3.1-3 again after the apply
it and "release" 1.3.1-4

PR:		182009, 182005, 181779
Obtained from:	stefanf
2013-09-11 22:46:00 +00:00

10 lines
218 B
Text

--- oless/h/owchar.h 2013-09-03 13:38:08.000000000 -0400
+++ oless/h/owchar.h 2013-09-11 18:31:34.000000000 -0400
@@ -24,6 +24,6 @@
#include <stdarg.h>
-
#ifdef __cplusplus
+#include <string>
extern "C" {
#endif