diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-07-03 08:44:29 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-07-03 08:44:29 +0000 |
commit | fae77da1c530eb42b4527e9a730e213dd9d76a00 (patch) | |
tree | 08d678da0965f4d4fa5744caf5ad4f1831562de1 /www/amyc/files/patch-aclocal.m4 | |
parent | Update: apache 1.3.20 (diff) |
'About My Cache' is a utility for keeping track of the Netscap
e cache directory.
PR: 28011
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'www/amyc/files/patch-aclocal.m4')
-rw-r--r-- | www/amyc/files/patch-aclocal.m4 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/amyc/files/patch-aclocal.m4 b/www/amyc/files/patch-aclocal.m4 new file mode 100644 index 000000000000..546eda2834fd --- /dev/null +++ b/www/amyc/files/patch-aclocal.m4 @@ -0,0 +1,12 @@ +--- 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 |