Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2013 06:36:29 +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: r323693 - head/mail/gnome-gmail-notifier
Message-ID:  <201307260636.r6Q6aTRV013180@svn.freebsd.org>

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

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/mail/gnome-gmail-notifier/Makefile

Modified: head/mail/gnome-gmail-notifier/Makefile
==============================================================================
--- head/mail/gnome-gmail-notifier/Makefile	Fri Jul 26 06:29:41 2013	(r323692)
+++ head/mail/gnome-gmail-notifier/Makefile	Fri Jul 26 06:36:28 2013	(r323693)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gnome-gmail-notifier
-# Date created:				Nov 16 2007
-# Whom:					Florent Thoumie <flz@FreeBSD.org>
-#
+# Created by: Florent Thoumie <flz@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	gnome-gmail-notifier
 PORTVERSION=	0.10.1
@@ -12,7 +8,7 @@ CATEGORIES=	mail deskutils
 MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A Gmail Inbox Monitor for the GNOME2 desktop
+COMMENT=	Gmail Inbox Monitor for the GNOME2 desktop
 
 LIB_DEPENDS=	notify.4:${PORTSDIR}/devel/libnotify \
 		soup-2.4:${PORTSDIR}/devel/libsoup \
@@ -20,10 +16,10 @@ LIB_DEPENDS=	notify.4:${PORTSDIR}/devel/
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake
 USE_GNOME=	glib20 gtk20 gconf2 libxml2 librsvg2
 USE_GSTREAMER=	good
+LDFLAGS+=	-lintl
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|@DATADIRNAME@|share|' ${WRKSRC}/po/Makefile.in.in



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