ports/186563: databases/postgis21: error: use of undeclared identifier 'ICONV_SET_TRANSLITERATE'
Rainer Hurling
rhurlin at gwdg.de
Thu Feb 20 19:40:01 UTC 2014
The following reply was made to PR ports/186563; it has been noted by GNATS.
From: Rainer Hurling <rhurlin at gwdg.de>
To: bug-followup at FreeBSD.org, ohartman at 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
More information about the freebsd-ports-bugs
mailing list