FreeBSD Bugzilla – Attachment 152108 Details for
Bug 197056
print/fontforge: unbreak on 8.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
files/patch-fontforge_splinefont.h
patch-fontforge_splinefont.h (text/plain), 392 bytes, created by
Jan Beich
on 2015-01-24 21:38:02 UTC
(
hide
)
Description:
files/patch-fontforge_splinefont.h
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2015-01-24 21:38:02 UTC
Size:
392 bytes
patch
obsolete
>--- 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)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197056
: 152108 |
152109
|
152110