pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xfe/patches



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  7 15:22:51 UTC 2019

Added Files:
        pkgsrc/sysutils/xfe/patches: patch-intl_Makefile.in

Log Message:
xfe: Missed adding this patch.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/xfe/patches/patch-intl_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/sysutils/xfe/patches/patch-intl_Makefile.in
diff -u /dev/null pkgsrc/sysutils/xfe/patches/patch-intl_Makefile.in:1.1
--- /dev/null   Sun Jul  7 15:22:51 2019
+++ pkgsrc/sysutils/xfe/patches/patch-intl_Makefile.in  Sun Jul  7 15:22:51 2019
@@ -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