diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-26 14:13:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-26 14:13:38 +0800 |
commit | 24393088757adab94a296fd35a42f6e66dfa5604 (patch) | |
tree | 2095bd2bdeb671792c7c2a1b30ce08bf20b5f466 /graphics | |
parent | 812cab3495636609232147e6f4fdb990c0ccf507 (diff) | |
download | freebsd-ports-gnome-24393088757adab94a296fd35a42f6e66dfa5604.tar.gz freebsd-ports-gnome-24393088757adab94a296fd35a42f6e66dfa5604.tar.zst freebsd-ports-gnome-24393088757adab94a296fd35a42f6e66dfa5604.zip |
Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils.
Diffstat (limited to 'graphics')
-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> |