diff options
Diffstat (limited to 'net/xtraceroute/patches/patch-ac')
-rw-r--r-- | net/xtraceroute/patches/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/xtraceroute/patches/patch-ac b/net/xtraceroute/patches/patch-ac new file mode 100644 index 00000000000..3e7cb6b1c01 --- /dev/null +++ b/net/xtraceroute/patches/patch-ac @@ -0,0 +1,10 @@ +$NetBSD: patch-ac,v 1.1 2000/11/03 00:15:49 itojun Exp $ + +--- aclocal.m4- Sun Feb 28 13:56:12 1999 ++++ aclocal.m4 Fri Nov 3 09:13:10 2000 +@@ -178,3 +178,4 @@ + [AC_CHECK_LIB(intl, gettext, +- gt_cv_func_gettext_libintl=yes, ++ [gt_cv_func_gettext_libintl=yes ++ LIBS="$LIBS -lintl"], + gt_cv_func_gettext_libintl=no)], |