svn commit: r324127 - head/comms/anyremote
Baptiste Daroussin
bapt at FreeBSD.org
Thu Aug 1 21:11:58 UTC 2013
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
More information about the svn-ports-head
mailing list