Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2015 08:22:30 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377865 - head/print/fontforge/files
Message-ID:  <201501250822.t0P8MUJj022199@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501250822.t0P8MUJj022199>