svn commit: r399518 - head/graphics/inventor

Antoine Brodin antoine at FreeBSD.org
Fri Oct 16 20:56:52 UTC 2015


Author: antoine
Date: Fri Oct 16 20:56:50 2015
New Revision: 399518
URL: https://svnweb.freebsd.org/changeset/ports/399518

Log:
  Unbreak

Modified:
  head/graphics/inventor/Makefile

Modified: head/graphics/inventor/Makefile
==============================================================================
--- head/graphics/inventor/Makefile	Fri Oct 16 20:56:29 2015	(r399517)
+++ head/graphics/inventor/Makefile	Fri Oct 16 20:56:50 2015	(r399518)
@@ -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


More information about the svn-ports-head mailing list