1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/devel/gettext-old/files/patch-ai
Yukihiro Nakai 9175482ad1 Add patch.
PR:		ports/15525
Submitted by:	Remi Guyomarch rguyom@mail.dotcom.fr
1999-12-24 11:33:16 +00:00

13 lines
287 B
Plaintext

--- m4/gettext.m4.orig Fri Dec 24 20:23:44 1999
+++ m4/gettext.m4 Fri Dec 24 20:25:52 1999
@@ -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