svn commit: r377865 - head/print/fontforge/files

Jan Beich jbeich at FreeBSD.org
Sun Jan 25 08:22:30 UTC 2015


Author: jbeich
Date: Sun Jan 25 08:22:29 2015
New Revision: 377865
URL: https://svnweb.freebsd.org/changeset/ports/377865
QAT: https://qat.redports.org/buildarchive/r377865/

Log:
  Unbreak build on 8.x
  
  PR:		197056
  Differential Revision:	https://reviews.freebsd.org/D1662
  Approved by:	Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
  Approved by:	bapt (mentor)

Added:
  head/print/fontforge/files/patch-fontforge_splinefont.h   (contents, props changed)

Added: head/print/fontforge/files/patch-fontforge_splinefont.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/fontforge/files/patch-fontforge_splinefont.h	Sun Jan 25 08:22:29 2015	(r377865)
@@ -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 <osreldate.h>
++#endif
++
++#if defined(__MINGW32__) || (defined(__FreeBSD__) && __FreeBSD_version < 900506)
+ #define BAD_LOCALE_HACK
+ typedef char* locale_t;
+ #define LC_GLOBAL_LOCALE ((locale_t)-1)


More information about the svn-ports-all mailing list