forked from Lainports/freebsd-ports
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>
11 lines
410 B
Text
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) ; \
|