Gabor Kovesdan <ga...@freebsd.org> writes: > gabor 2010-08-15 00:51:33 UTC > > FreeBSD ports repository > > Modified files: > textproc/gnugrep Makefile > Added files: > textproc/gnugrep pkg-plist > Log: > - Add support for NLS with the conventional WITHOUT_NLS knob to disable it > - Silence post-patch target > - Bump PORTREVISION > - Cosmetic changes > > PR: ports/149290 > Submitted by: swel...@gmail.com > > Revision Changes Path > 1.6 +18 -10 ports/textproc/gnugrep/Makefile > 1.1 +47 -0 ports/textproc/gnugrep/pkg-plist (new)
I think I've said in the PR that -lintl in LDFLAGS is not needed. checking for GNU gettext in libc... no checking for GNU gettext in libintl... yes The configure script is smart enough to check -lintl. _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"