Skip to content

Commit 0416d4c

Browse files
Tyler SteelePaul Hohensee
authored andcommitted
8307603: [AIX] Broken build after JDK-8307301
Reviewed-by: stuefe Backport-of: bb3e44d8b604b4e3facc4f49f625cc0b7ff2abd7
1 parent 440eea1 commit 0416d4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/java.desktop/share/native/libharfbuzz/hb-subset.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@
4343
#include "OT/Color/sbix/sbix.hh"
4444
#include "hb-ot-os2-table.hh"
4545
#include "hb-ot-post-table.hh"
46+
47+
#if !defined(AIX)
4648
#include "hb-ot-post-table-v2subset.hh"
49+
#endif
50+
4751
#include "hb-ot-cff1-table.hh"
4852
#include "hb-ot-cff2-table.hh"
4953
#include "hb-ot-vorg-table.hh"

0 commit comments

Comments
 (0)