svn commit: r323687 - head/graphics/gimmage
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jul 26 06:13:38 UTC 2013
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 at FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer at 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>
More information about the svn-ports-head
mailing list