pkgsrc/devel/xulrunner17/patches/patch-config_system__wrappers_t1tables.h
joerg 4e8ed292d2 Define initialisers in the headers like most cases already did,
otherwise they might not get emitted correctly. Deal with the freetype
header move.
2014-05-15 21:16:16 +00:00

9 lines
343 B
C

$NetBSD: patch-config_system__wrappers_t1tables.h,v 1.1 2014/05/15 21:16:16 joerg Exp $
--- config/system_wrappers/t1tables.h.orig 2014-05-14 20:52:07.000000000 +0000
+++ config/system_wrappers/t1tables.h
@@ -0,0 +1,4 @@
+#pragma GCC system_header
+#pragma GCC visibility push(default)
+#include_next <t1tables.h>
+#pragma GCC visibility pop