Date: Thu, 20 Feb 2014 19:40:01 GMT From: Rainer Hurling <rhurlin@gwdg.de> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/186563: databases/postgis21: error: use of undeclared identifier 'ICONV_SET_TRANSLITERATE' Message-ID: <201402201940.s1KJe1Cl064585@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/186563; it has been noted by GNATS. From: Rainer Hurling <rhurlin@gwdg.de> To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de Cc: Subject: Re: ports/186563: databases/postgis21: error: use of undeclared identifier 'ICONV_SET_TRANSLITERATE' Date: Thu, 20 Feb 2014 20:34:21 +0100 Caused on the error message, I think it should be more sufficient to use 'iconv:translit' instead of 'iconv:wchar_t', shouldn't it? At least it works for me on 11.0-CURRENT amd64 r262153. --- Makefile.orig 2013-11-10 07:10:40.000000000 +0100 +++ Makefile 2014-02-20 20:28:12.000000000 +0100 @@ -19,7 +19,7 @@ USE_GNOME= libxml2 USE_PGSQL= yes -USES= gmake iconv perl5 pkgconfig +USES= gmake iconv:translit perl5 pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_PERL5= build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402201940.s1KJe1Cl064585>