ports/170191: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sat Dec 29 06:30:01 UTC 2012


The following reply was made to PR ports/170191; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-gnome mailing list