svn commit: r309610 - head/x11/zenity

Jeremy Messenger mezz at FreeBSD.org
Sat Dec 29 06:22:22 UTC 2012


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
 


More information about the svn-ports-all mailing list