diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-30 19:58:20 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-30 19:58:20 +0000 |
commit | 51ff0091fe4415fbce42958d322e233cee30dd44 (patch) | |
tree | 66c0fb3a67a629edacc1fa1eaf67011239045779 /shells/fish | |
parent | 1932b7bf5efce9b8adca08225feb6c18f3397833 (diff) |
Notes
Diffstat (limited to 'shells/fish')
-rw-r--r-- | shells/fish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 6098f7b7d709..8052e80f32ca 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -20,7 +20,7 @@ USE_AUTOTOOLS= autoconf CONFIGURE_ARGS= --docdir=${WRKDIR}/tmproot CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -pthread +LDFLAGS+= -L${LOCALBASE}/lib -pthread ${ICONV_LIB} MAN1= fish.1 fish_indent.1 fish_pager.1 fishd.1 mimedb.1 |