From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 29 06:30:01 2012 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 81671CC1 for ; Sat, 29 Dec 2012 06:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 682B28FC08 for ; Sat, 29 Dec 2012 06:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBT6U1hR078256 for ; Sat, 29 Dec 2012 06:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBT6U1qV078252; Sat, 29 Dec 2012 06:30:01 GMT (envelope-from gnats) Date: Sat, 29 Dec 2012 06:30:01 GMT Message-Id: <201212290630.qBT6U1qV078252@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/170191: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2012 06:30:01 -0000 The following reply was made to PR ports/170191; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/170191: commit references a PR Date: Sat, 29 Dec 2012 06:22:29 +0000 (UTC) Author: mezz Date: Sat Dec 29 06:22:21 2012 New Revision: 309610 URL: http://svnweb.freebsd.org/changeset/ports/309610 Log: Fix the build with new binutils. PR: ports/170191 Submitted by: Michael Moll Modified: head/x11/zenity/Makefile (contents, props changed) Modified: head/x11/zenity/Makefile ============================================================================== --- head/x11/zenity/Makefile Sat Dec 29 05:50:33 2012 (r309609) +++ head/x11/zenity/Makefile Sat Dec 29 06:22:21 2012 (r309610) @@ -27,6 +27,7 @@ GNU_CONFIGURE= yes INSTALLS_OMF= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib -lintl MAN1= zenity.1 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"