Date: Sat, 29 Dec 2012 06:30:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: gnome@FreeBSD.org Subject: Re: ports/170191: commit references a PR Message-ID: <201212290630.qBT6U1qV078252@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <kvedulv@kvedulv.de> 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212290630.qBT6U1qV078252>