Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2013 06:51:59 +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: r323696 - head/deskutils/osmo
Message-ID:  <201307260651.r6Q6pxjo018571@svn.freebsd.org>

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

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

Modified:
  head/deskutils/osmo/Makefile

Modified: head/deskutils/osmo/Makefile
==============================================================================
--- head/deskutils/osmo/Makefile	Fri Jul 26 06:47:04 2013	(r323695)
+++ head/deskutils/osmo/Makefile	Fri Jul 26 06:51:58 2013	(r323696)
@@ -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/l
 		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 \



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