1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/community/grass-gis/10-libintl.patch
2025-05-26 08:12:04 +00:00

15 lines
373 B
Diff

Author: Holger Jaekel <holger.jaekel@gmx.de>
Summary: link against libintl
----
--- a/configure
+++ b/configure
@@ -15133,7 +15133,7 @@
ac_fn_c_check_func "$LINENO" "gettext" "ac_cv_func_gettext"
if test "x$ac_cv_func_gettext" = xyes
then :
- INTLLIB=
+ INTLLIB=-lintl
else $as_nop
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gettext in -lintl" >&5