diff options
author | bsam <bsam@FreeBSD.org> | 2013-10-01 03:58:20 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-10-01 03:58:20 +0800 |
commit | 91927930c7df7bd57fcbbd3518e5603ad6e8493b (patch) | |
tree | 66c0fb3a67a629edacc1fa1eaf67011239045779 /shells | |
parent | e564c647c1b64a9743fa77cb31e297bbbaf26bc4 (diff) | |
download | freebsd-ports-gnome-91927930c7df7bd57fcbbd3518e5603ad6e8493b.tar.gz freebsd-ports-gnome-91927930c7df7bd57fcbbd3518e5603ad6e8493b.tar.zst freebsd-ports-gnome-91927930c7df7bd57fcbbd3518e5603ad6e8493b.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)
Diffstat (limited to 'shells')
-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 |