diff options
Diffstat (limited to 'textproc/modlogan/files/patch-aclocal.m4')
-rw-r--r-- | textproc/modlogan/files/patch-aclocal.m4 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/modlogan/files/patch-aclocal.m4 b/textproc/modlogan/files/patch-aclocal.m4 new file mode 100644 index 000000000000..a9e5b37c60c8 --- /dev/null +++ b/textproc/modlogan/files/patch-aclocal.m4 @@ -0,0 +1,12 @@ +--- aclocal.m4_bak Tue Dec 26 12:57:08 2000 ++++ aclocal.m4 Tue Dec 26 12:57:22 2000 +@@ -672,6 +672,9 @@ + INSTOBJEXT=.mo + fi + fi ++ if test "$gt_cv_func_gettext_libintl" = "yes"; then ++ INTLLIBS='-lintl' ++ fi + ]) + + if test "$CATOBJEXT" = "NONE"; then |