svn commit: r328936 - head/www/ttf2eot/files
John Marino
marino at FreeBSD.org
Tue Oct 1 12:00:08 UTC 2013
Author: marino
Date: Tue Oct 1 12:00:07 2013
New Revision: 328936
URL: http://svnweb.freebsd.org/changeset/ports/328936
Log:
www/ttf2eot: add <cstddef> for modern compilers
Approved by: portmgr (bapt, implicit)
Added:
head/www/ttf2eot/files/
head/www/ttf2eot/files/patch-OpenTypeUtilities.cpp (contents, props changed)
Added: head/www/ttf2eot/files/patch-OpenTypeUtilities.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/ttf2eot/files/patch-OpenTypeUtilities.cpp Tue Oct 1 12:00:07 2013 (r328936)
@@ -0,0 +1,10 @@
+--- OpenTypeUtilities.cpp.orig 2009-04-30 09:18:46.000000000 +0000
++++ OpenTypeUtilities.cpp
+@@ -27,6 +27,7 @@
+
+ #include <string.h>
+ #include <vector>
++#include <cstddef>
+
+ #ifndef _MSC_VER
+ # include <stdint.h>
More information about the svn-ports-all
mailing list