aports/community/grass-gis/10-libintl.patch
2023-10-15 19:53:08 +00:00

16 lines
363 B
Diff

Author: Holger Jaekel <holger.jaekel@gmx.de>
Summary: link against libintl
----
--- a/configure
+++ b/configure
@@ -13919,7 +13919,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_echo "$as_me:${as_lineno-$LINENO}: checking for gettext in -lintl" >&5