diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-26 14:51:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-26 14:51:58 +0800 |
commit | 64c5b32ed9fe0b60c9e04af342f2899dc520e718 (patch) | |
tree | 815c5e16aa1de171a0decfa5ceb0432599ea5473 /deskutils | |
parent | f5a3d9aa334306dc0911e30675e3c2ad5cb92604 (diff) | |
download | freebsd-ports-graphics-64c5b32ed9fe0b60c9e04af342f2899dc520e718.tar.gz freebsd-ports-graphics-64c5b32ed9fe0b60c9e04af342f2899dc520e718.tar.zst freebsd-ports-graphics-64c5b32ed9fe0b60c9e04af342f2899dc520e718.zip |
Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils.
Obtained from: DPorts
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/osmo/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/deskutils/osmo/Makefile b/deskutils/osmo/Makefile index 879ac5aa7c9..9bdc478db87 100644 --- a/deskutils/osmo/Makefile +++ b/deskutils/osmo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: osmo -# Date created: 29 Sep 2009 -# Whom: Charlie Kester <corky1951#comcast.net> -# +# Created by: Charlie Kester <corky1951#comcast.net> # $FreeBSD$ -# PORTNAME= osmo PORTVERSION= 0.2.10 @@ -22,15 +18,13 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ gtkhtml:${PORTSDIR}/www/libgtkhtml USE_GNOME= gtk20 -USES= gettext +USES= gettext gmake INSTALLS_ICONS= yes GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lintl CFLAGS+= -I${LOCALBASE}/include/libical -USE_GMAKE= yes - MAN1= osmo.1 POFILES= bg ca cs da de el en_GB es fi fr hu it ja lt nl pl pt \ |