freebsd-ports/www/amyc/files/patch-aclocal.m4
Peter Pentchev fae77da1c5 'About My Cache' is a utility for keeping track of the Netscap
e cache directory.

PR:		28011
Submitted by:	Pete Fritchman <petef@databits.net>
2001-07-03 08:44:29 +00:00

12 lines
283 B
Text

--- aclocal.m4.orig Wed Jun 27 15:31:51 2001
+++ aclocal.m4 Wed Jun 27 15:32:46 2001
@@ -395,6 +395,9 @@
INSTOBJEXT=.mo
fi
fi
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
+ INTLLIBS='-lintl'
+ fi
])
if test "$CATOBJEXT" = "NONE"; then