diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2018-01-07 19:19:00 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2018-01-07 19:19:00 +0000 |
commit | d5c2c8d668ed999dc31f6f63aa8d29c2231635a1 (patch) | |
tree | cd4820f507f613bafb21dbceaaf5a9b818f2f311 /graphics/inventor | |
parent | 0dfb387ba57f610216c71f5c44b5428ba8a67193 (diff) |
Notes
Diffstat (limited to 'graphics/inventor')
-rw-r--r-- | graphics/inventor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile index 7c6dcd4636a9..44e2cc902fe8 100644 --- a/graphics/inventor/Makefile +++ b/graphics/inventor/Makefile @@ -43,6 +43,7 @@ OPTIONS_DEFINE= DEBUG DEBUG_MAKE_ENV= LIBTYPE=debug LDFLAGS+= -Wl,--add-needed +LLD_UNSAFE= yes post-patch: # Fix for print/freetype2 v2.7, where FT_Done_GlyphSlot function is not exported |