Files
ports/mail/fetchmail/files/patch-aclocal.m4
Cy Schubert 70aae4aa9b Upgrade 5.9.6 --> 5.9.11 (fixing a remotely exploitable buffer overrun).
PR:		38328
Submitted by:	Dominic Marks <dominic_marks@btinternet.com>
Approved by:	kris for the Security Officer Team,
		will for the Port Manager Team, and
		MAINTAINER timeout
2002-05-23 04:29:10 +00:00

13 lines
275 B
Plaintext

--- aclocal.m4.orig Sat Mar 9 04:27:20 2002
+++ aclocal.m4 Wed May 22 21:11:00 2002
@@ -273,6 +273,9 @@
CATOBJEXT=.gmo
fi
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
+ INTLLIBS='-lintl'
+ fi
])
if test "$CATOBJEXT" = "NONE"; then