Fix build with newer binutils
This commit is contained in:
parent
dc95b2ecfa
commit
d9933c953c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324127
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue