Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2015 20:56:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399518 - head/graphics/inventor
Message-ID:  <201510162056.t9GKuoYG072034@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510162056.t9GKuoYG072034>