Index: head/print/fontforge/files/patch-fontforge_splinefont.h =================================================================== --- head/print/fontforge/files/patch-fontforge_splinefont.h (nonexistent) +++ head/print/fontforge/files/patch-fontforge_splinefont.h (revision 377865) @@ -0,0 +1,15 @@ +--- fontforge/splinefont.h~ ++++ fontforge/splinefont.h +@@ -3547,7 +3547,11 @@ char * delimit_null(const char * input, + + #include "ustring.h" + +-#ifdef __MINGW32__ ++#ifdef __FreeBSD__ ++#include ++#endif ++ ++#if defined(__MINGW32__) || (defined(__FreeBSD__) && __FreeBSD_version < 900506) + #define BAD_LOCALE_HACK + typedef char* locale_t; + #define LC_GLOBAL_LOCALE ((locale_t)-1) Property changes on: head/print/fontforge/files/patch-fontforge_splinefont.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property