27af90c8a6
XULRunner is a runtime environment for applications using the XML User Interface Language, XUL. It is the successor of the "Gecko" runtime environment. This package tracks 17.0.x extended support release.
24 lines
542 B
C
24 lines
542 B
C
$NetBSD: patch-gfx_skia_src_sfnt_SkOTTable__head.h,v 1.1 2013/01/10 16:17:10 ryoon Exp $
|
|
|
|
* Fix build with NetBSD 5's gcc
|
|
|
|
--- gfx/skia/src/sfnt/SkOTTable_head.h.orig 2012-11-29 04:44:13.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 {
|
|
SK_OT_Fixed version;
|
|
@@ -134,7 +134,7 @@ struct SkOTTableHead {
|
|
} glyphDataFormat;
|
|
};
|
|
|
|
-#pragma pack(pop)
|
|
+#pragma pack()
|
|
|
|
|
|
#include <stddef.h>
|