Skip to content

Commit

Permalink
net/netatalk3: Use iconv:wchar_t to fix build when DBUS is disabled
Browse files Browse the repository at this point in the history
This mirrors what glib20 uses for iconv, and will ensure that we bring
in converters/libiconv in all cases.  Not bumping PORTREVISION as the
dependency list doesn't change in the default case.

PR:		281096
  • Loading branch information
xorrkaz committed Aug 27, 2024
1 parent 81dbda4 commit b8bcf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/netatalk3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libevent.so:devel/libevent

USES= bdb:18 cpe gettext iconv meson perl5 pkgconfig shebangfix ssl tar:xz
USES= bdb:18 cpe gettext iconv:wchar_t meson perl5 pkgconfig shebangfix ssl tar:xz
USE_LDCONFIG= yes
USE_RC_SUBR= netatalk
#INSTALL_TARGET=install-strip
Expand Down

0 comments on commit b8bcf48

Please sign in to comment.