Skip to content

Commit bb3e44d

Browse files
committed
8307603: [AIX] Broken build after JDK-8307301
Reviewed-by: mdoerr
1 parent 5c7ede9 commit bb3e44d

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)