pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/xfe/patches xfe: Missed adding this patch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/048b7d022a56
branches:  trunk
changeset: 397941:048b7d022a56
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jul 07 15:22:51 2019 +0000

description:
xfe: Missed adding this patch.

diffstat:

 sysutils/xfe/patches/patch-intl_Makefile.in |  20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diffs (24 lines):

diff -r 6d022cd6ab16 -r 048b7d022a56 sysutils/xfe/patches/patch-intl_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xfe/patches/patch-intl_Makefile.in       Sun Jul 07 15:22:51 2019 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-intl_Makefile.in,v 1.1 2019/07/07 15:22:51 nia Exp $
+
+--- intl/Makefile.in.orig      2010-09-15 14:32:26.000000000 +0000
++++ intl/Makefile.in
+@@ -356,7 +356,6 @@ install-exec: all
+           if test @GLIBC21@ = no; then \
+             orig=charset.alias; \
+             sed -f ref-add.sed $$orig > $$temp; \
+-            $(INSTALL_DATA) $$temp $$dest; \
+             rm -f $$temp; \
+           fi; \
+         fi; \
+@@ -367,7 +366,6 @@ install-exec: all
+         temp=$(DESTDIR)$(localedir)/t-locale.alias; \
+         dest=$(DESTDIR)$(localedir)/locale.alias; \
+         sed -f ref-add.sed $$orig > $$temp; \
+-        $(INSTALL_DATA) $$temp $$dest; \
+         rm -f $$temp; \
+       else \
+         : ; \



Home | Main Index | Thread Index | Old Index