diff options
author | antoine <antoine@FreeBSD.org> | 2015-10-17 04:56:50 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-10-17 04:56:50 +0800 |
commit | a1df66e3435be6fc8336f2512858b111dcee013a (patch) | |
tree | e51a97971dacf7682d42650923993ea652176a11 /graphics | |
parent | 0716a26ada04da0de8daf1f9d4d7a715b427ce22 (diff) | |
download | freebsd-ports-gnome-a1df66e3435be6fc8336f2512858b111dcee013a.tar.gz freebsd-ports-gnome-a1df66e3435be6fc8336f2512858b111dcee013a.tar.zst freebsd-ports-gnome-a1df66e3435be6fc8336f2512858b111dcee013a.zip |
Unbreak
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/inventor/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile index c5e69628a6de..3cb746ba13f4 100644 --- a/graphics/inventor/Makefile +++ b/graphics/inventor/Makefile @@ -42,6 +42,8 @@ OPTIONS_DEFINE= DEBUG DEBUG_MAKE_ENV= LIBTYPE=debug +LDFLAGS+= -Wl,--add-needed + post-patch: @${REINPLACE_CMD} 's|/usr\(/include/freetype2\)|${LOCALBASE}\1|' \ ${WRKSRC}/libFL/ang/GNUmakefile |