freebsd-ports/sysutils/coreutils/files/patch-lib-Makefile.in
Pav Lucistnik 4a2e1af213 Add coreutils, port of basic GNU file, shell and text manipulation utilities.
This port replaces fileutils, shellutils and textutils, which were distributed
as three individual sets, but now have been combined into coreutils.

For more details, see http://www.gnu.org/software/coreutils/

PR:		ports/59422
Submitted by:	Jason Harris <jharris@widomaker.com>
2003-12-17 01:30:15 +00:00

11 lines
410 B
Text

--- lib/Makefile.in.orig Wed Apr 2 16:28:42 2003
+++ lib/Makefile.in Wed Dec 17 02:03:19 2003
@@ -823,7 +823,7 @@
$(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
rm -f $(charset_tmp) ; \
else \
- if test @GLIBC21@ = no; then \
+ if 0; then \
sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
$(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
rm -f $(charset_tmp) ; \