diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-26 06:13:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-26 06:13:38 +0000 |
commit | 3df9abf44846a32ffd469446a27bebdebd8730c5 (patch) | |
tree | 2095bd2bdeb671792c7c2a1b30ce08bf20b5f466 /graphics/gimmage | |
parent | 5341fb7d7ed80d12bb4be3aaddb84d0a471a41f1 (diff) | |
download | ports-3df9abf44846a32ffd469446a27bebdebd8730c5.tar.gz ports-3df9abf44846a32ffd469446a27bebdebd8730c5.zip |
Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils.
Notes
Notes:
svn path=/head/; revision=323687
Diffstat (limited to 'graphics/gimmage')
-rw-r--r-- | graphics/gimmage/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/gimmage/Makefile b/graphics/gimmage/Makefile index 7decc5a7c004..ccb6b3974cb1 100644 --- a/graphics/gimmage/Makefile +++ b/graphics/gimmage/Makefile @@ -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-toolkits/gtkmm24 \ USES= gettext GNU_CONFIGURE= yes +LDFLAGS+= -lintl .include <bsd.port.mk> |