community/hivex: add gettext-dev to makedepends
Fixes -Wimplicit-function-declaration
rebuild error from missing libintl.h
header.
The error was:
make[2]: Entering directory '/home/build/tests/gcc14/hivex/src/hivex-1.3.23/xml'
CC hivexml-hivexml.o
hivexml.c: In function 'main':
hivexml.c:90:3: error: implicit declaration of function 'bindtextdomain' [-Wimplicit-function-declaration]
90 | bindtextdomain (PACKAGE, LOCALEBASEDIR);
| ^~~~~~~~~~~~~~
hivexml.c:91:3: error: implicit declaration of function 'textdomain' [-Wimplicit-function-declaration]
91 | textdomain (PACKAGE);
| ^~~~~~~~~~