mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 07:19:16 -04:00
33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
*** lib/Makefile.in.orig Sat Feb 12 20:16:15 2005
|
|
--- lib/Makefile.in Sat Feb 12 20:17:13 2005
|
|
***************
|
|
*** 880,899 ****
|
|
# On systems with glibc-2.1 or newer, the file is redundant, therefore we
|
|
# avoid installing it.
|
|
|
|
! all-local: charset.alias ref-add.sed ref-del.sed lstat.c stat.c
|
|
install-exec-local: all-local
|
|
- $(mkinstalldirs) $(DESTDIR)$(libdir)
|
|
- if test -f $(charset_alias); then \
|
|
- sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
|
|
- $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
|
|
- rm -f $(charset_tmp) ; \
|
|
- else \
|
|
- if test @GLIBC21@ = no; then \
|
|
- sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
|
|
- $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
|
|
- rm -f $(charset_tmp) ; \
|
|
- fi ; \
|
|
- fi
|
|
|
|
uninstall-local: all-local
|
|
if test -f $(charset_alias); then \
|
|
--- 880,887 ----
|
|
# On systems with glibc-2.1 or newer, the file is redundant, therefore we
|
|
# avoid installing it.
|
|
|
|
! all-local: ref-add.sed ref-del.sed lstat.c stat.c
|
|
install-exec-local: all-local
|
|
|
|
uninstall-local: all-local
|
|
if test -f $(charset_alias); then \
|