bug fix patch, if the macro AM_GNU_GETTEXT finds a suitable libintl it
does not set INTLLIBS to '-lintl' as it should. ; From FreeBSD
This commit is contained in:
parent
8dc1c78437
commit
7d5a89babd
12
devel/gettext/patches/patch-ab
Normal file
12
devel/gettext/patches/patch-ab
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
--- m4/gettext.m4.orig Sun Feb 6 01:35:59 2000
|
||||||
|
+++ m4/gettext.m4 Sun Feb 6 01:36:49 2000
|
||||||
|
@@ -73,6 +73,9 @@
|
||||||
|
INSTOBJEXT=.mo
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
|
||||||
|
+ INTLLIBS='-lintl'
|
||||||
|
+ fi
|
||||||
|
])
|
||||||
|
|
||||||
|
if test "$CATOBJEXT" = "NONE"; then
|
Loading…
Reference in New Issue
Block a user