| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/devel/patch/files/ |
Upload File : |
--- ./lib/Makefile.in.orig 2018-02-03 13:33:56 UTC +++ ./lib/Makefile.in @@ -1603,7 +1603,7 @@ install-data: install-data-am uninstall: uninstall-am install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + @$(MAKE) $(AM_MAKEFLAGS) install-data-am installcheck: installcheck-am install-strip: @@ -1966,11 +1966,11 @@ install-exec-localcharset: all-local if test $(GLIBC21) = no; then \ case '$(host_os)' in \ darwin[56]*) \ - need_charset_alias=true ;; \ + need_charset_alias=false ;; \ darwin* | cygwin* | mingw* | pw32* | cegcc*) \ need_charset_alias=false ;; \ *) \ - need_charset_alias=true ;; \ + need_charset_alias=false ;; \ esac ; \ else \ need_charset_alias=false ; \ @@ -1978,7 +1978,7 @@ install-exec-localcharset: all-local if $$need_charset_alias; then \ $(mkinstalldirs) $(DESTDIR)$(libdir) ; \ fi ; \ - if test -f $(charset_alias); then \ + if false; then \ sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \ $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ rm -f $(charset_tmp) ; \ @@ -1992,7 +1992,7 @@ install-exec-localcharset: all-local uninstall-local: uninstall-localcharset uninstall-localcharset: all-local - if test -f $(charset_alias); then \ + if false; then \ sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \ if grep '^# Packages using this file: $$' $(charset_tmp) \ > /dev/null; then \