Date: Thu, 1 Aug 2013 21:11:58 +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: r324127 - head/comms/anyremote Message-ID: <201308012111.r71LBwvQ045046@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Aug 1 21:11:57 2013 New Revision: 324127 URL: http://svnweb.freebsd.org/changeset/ports/324127 Log: Fix build with newer binutils Modified: head/comms/anyremote/Makefile Modified: head/comms/anyremote/Makefile ============================================================================== --- head/comms/anyremote/Makefile Thu Aug 1 21:02:17 2013 (r324126) +++ head/comms/anyremote/Makefile Thu Aug 1 21:11:57 2013 (r324127) @@ -14,7 +14,7 @@ LICENSE= GPLv2 USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -liconv OPTIONS_DEFINE= DOCS DBUS X11 OPTIONS_DEFAULT= DBUS X11
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308012111.r71LBwvQ045046>