aboutsummaryrefslogtreecommitdiff
path: root/shells/fish
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-09-30 19:58:20 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-09-30 19:58:20 +0000
commit51ff0091fe4415fbce42958d322e233cee30dd44 (patch)
tree66c0fb3a67a629edacc1fa1eaf67011239045779 /shells/fish
parent1932b7bf5efce9b8adca08225feb6c18f3397833 (diff)
downloadports-51ff0091fe4415fbce42958d322e233cee30dd44.tar.gz
ports-51ff0091fe4415fbce42958d322e233cee30dd44.zip
Fix using iconv at ports:
. shells/fish; . games/instead; . www/xapian-omega; . devel/xdg-user-dirs. Submitted by: marino (via e-mail) Approved by: portmgr (bapt, implicit)
Notes
Notes: svn path=/head/; revision=328855
Diffstat (limited to 'shells/fish')
-rw-r--r--shells/fish/Makefile2
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