Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2013 06:13:38 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323687 - head/graphics/gimmage
Message-ID:  <201307260613.r6Q6Dcci006296@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jul 26 06:13:38 2013
New Revision: 323687
URL: http://svnweb.freebsd.org/changeset/ports/323687

Log:
  Fix build with linker that does not copy the dt_need from libraries it links
  with like recent binutils.

Modified:
  head/graphics/gimmage/Makefile

Modified: head/graphics/gimmage/Makefile
==============================================================================
--- head/graphics/gimmage/Makefile	Fri Jul 26 06:10:07 2013	(r323686)
+++ head/graphics/gimmage/Makefile	Fri Jul 26 06:13:38 2013	(r323687)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gimmage
-# Date created:		10 June 2007
-# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	gimmage
 PORTVERSION=	0.2.3
@@ -19,5 +15,6 @@ LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11
 
 USES=		gettext
 GNU_CONFIGURE=	yes
+LDFLAGS+=	-lintl
 
 .include <bsd.port.mk>



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