aports/main/texinfo/fix-build-without-NLS.patch
2021-07-29 16:51:42 +02:00

13 lines
212 B
Diff

--- a/tp/Texinfo/XS/parsetexi/api.c
+++ b/tp/Texinfo/XS/parsetexi/api.c
@@ -25,7 +25,9 @@
#undef context
+#if defined(HAVE_LIBINTL_H)
#include <libintl.h>
+#endif
#include <stdlib.h>
#include <stdio.h>