diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-02 05:11:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-02 05:11:57 +0800 |
commit | 91c9ac37eb65b7ff2459cb5ec75f89d9e483417c (patch) | |
tree | 080cdf8a59e13587a2209bf61c782fff9386ff5b /comms/anyremote | |
parent | 03d9f5f83617b4676a0e7794f89def69cc12b146 (diff) | |
download | freebsd-ports-gnome-91c9ac37eb65b7ff2459cb5ec75f89d9e483417c.tar.gz freebsd-ports-gnome-91c9ac37eb65b7ff2459cb5ec75f89d9e483417c.tar.zst freebsd-ports-gnome-91c9ac37eb65b7ff2459cb5ec75f89d9e483417c.zip |
Fix build with newer binutils
Diffstat (limited to 'comms/anyremote')
-rw-r--r-- | comms/anyremote/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/anyremote/Makefile b/comms/anyremote/Makefile index 6163ddfad894..f738269ec6b2 100644 --- a/comms/anyremote/Makefile +++ b/comms/anyremote/Makefile @@ -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 |