Skip to content

Commit

Permalink
databases/evolution-data-server: Use iconv from ports.
Browse files Browse the repository at this point in the history
mail/evolution, the main consumer of this port has USES=iconv:wchar_t, which
means using iconv from ports. This port most likely was also meant to use it,
as files/patch-CMakeLists.txt hints.
  • Loading branch information
arrowd committed Oct 22, 2021
1 parent 1fa2e77 commit 0cc019b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databases/evolution-data-server/Makefile
Expand Up @@ -33,7 +33,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
PORTSCOUT= limitw:1,even

USES= bdb:5 cmake compiler:c++11-lib cpe gettext gnome gperf \
iconv localbase pathfix pkgconfig python:3.6+,build\
iconv:wchar_t localbase pathfix pkgconfig python:3.6+,build\
sqlite tar:xz xorg
USE_CXXSTD= gnu++11
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection:build libxml2
Expand Down

0 comments on commit 0cc019b

Please sign in to comment.