Files
ports/multimedia/gavl
Jason E. Hale fb6094e6fa multimedia/gavl: Fix build if port iconv installed
In some cases, if converters/libiconv is installed the port will fail
to link. This does not affect poudriere builds, but since iconv methods
are used, USES=iconv should be added to the Makefile anyways.

ld: error: undefined symbol: libiconv_open
>>>  referenced by charset.c
>>> .libs/charset.o:(gavl_charset_converter_create)

Reported by:	vvd via #freebsd-desktop
2026-06-15 12:03:26 -04:00
..