# $FreeBSD: head/print/typetools/Makefile 338558 2014-01-03 16:16:11Z antoine $
PORTNAME= typetools
PORTVERSION= 2.99
PORTVERSION= 2.100
CATEGORIES= print
MASTER_SITES= http://www.lcdf.org/type/
DISTNAME= lcdf-${PORTNAME}-${PORTVERSION}
SHA256 (lcdf-typetools-2.99.tar.gz) = cbb0ed8c42d078fb216b8f4b8ca7a29e0ad3c1969f580a6f2558c829a472adff
SHA256 (lcdf-typetools-2.100.tar.gz) = 7ae7940df8a33de945c401e81aed414df796db692a30e38ba734c6117b73b2cd
SIZE (lcdf-typetools-2.99.tar.gz) = 627203
SIZE (lcdf-typetools-2.100.tar.gz) = 635042
--- ./libefont/otf.cc.orig 2013-08-13 20:23:45.000000000 +0000
+++ ./libefont/otf.cc 2014-01-03 11:41:56.000000000 +0000
@@ -26,6 +26,7 @@
#include <efont/otfdata.hh> // for ntohl()
#include <efont/otfname.hh>
+#undef static_assert
#ifndef static_assert
#define static_assert(c) switch (c) case 0: case (c):
#endif