diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-19 12:52:55 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-19 12:52:55 +0000 |
commit | 47828d0fce172b8afae396ba1cbcf459e396ef95 (patch) | |
tree | fc522cacf5b7a223abfda5c9bd7fe272ed4a0589 /irc/xchat1/Makefile | |
parent | ecd23c06ac78386c05267fbe96845fbe6cfb3815 (diff) | |
download | ports-47828d0fce172b8afae396ba1cbcf459e396ef95.tar.gz ports-47828d0fce172b8afae396ba1cbcf459e396ef95.zip |
Fix another few places where giconv used instead of iconv.
PR: 36059, 36063, 36082
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes:
svn path=/head/; revision=56333
Diffstat (limited to 'irc/xchat1/Makefile')
-rw-r--r-- | irc/xchat1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 95fe629e7a99..7da23716f296 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -30,7 +30,7 @@ WANT_GNOME= yes GNU_CONFIGURE= yes # Assign with `+=' for slave ports CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl -lgiconv" \ + LIBS="-L${LOCALBASE}/lib -lintl -liconv" \ MSGFMT=${LOCALBASE}/bin/msgfmt-new CONFIGURE_ARGS+= --disable-python \ --without-included-gettext \ |