Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / print / typetools / files / patch-libefont__t1interp.cc
1 --- libefont/t1interp.cc.orig   2015-07-30 17:15:26 UTC
2 +++ libefont/t1interp.cc
3 @@ -30,6 +30,7 @@
4  #define CHECK_PATH_START()      do { _state = S_PATH; } while (0)
5  #define CHECK_PATH_END()        do { if (_state == S_PATH) { act_closepath(cmd); } _state = S_IPATH; } while (0)
6  
7 +#undef static_assert
8  #ifndef static_assert
9  # define static_assert(c, msg)  switch ((int) (c)) case 0: case (c):
10  #endif