24 lines
558 B
C
24 lines
558 B
C
$NetBSD: patch-gfx_skia_src_sfnt_SkOTTable__head.h,v 1.1 2013/05/24 03:28:03 makoto Exp $
|
|
|
|
* Fix build with NetBSD 5's gcc
|
|
|
|
--- gfx/skia/src/sfnt/SkOTTable_head.h.orig 2013-01-04 23:44:33.000000000 +0000
|
|
+++ gfx/skia/src/sfnt/SkOTTable_head.h
|
|
@@ -12,7 +12,7 @@
|
|
#include "SkOTTableTypes.h"
|
|
#include "SkTypedEnum.h"
|
|
|
|
-#pragma pack(push, 1)
|
|
+#pragma pack(1)
|
|
|
|
struct SkOTTableHead {
|
|
static const SK_OT_CHAR TAG0 = 'h';
|
|
@@ -140,7 +140,7 @@ struct SkOTTableHead {
|
|
} glyphDataFormat;
|
|
};
|
|
|
|
-#pragma pack(pop)
|
|
+#pragma pack()
|
|
|
|
|
|
#include <stddef.h>
|