summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-07-07 15:22:51 +0000
committernia <nia@pkgsrc.org>2019-07-07 15:22:51 +0000
commit853aaeb67faed25387b70a190bd746dfa14a4a94 (patch)
tree7a6c629047555a34f2bfc015d4b9f4aa6c38755f /sysutils
parent47a363f98d09c949d2c429b1842554853ef48704 (diff)
downloadpkgsrc-853aaeb67faed25387b70a190bd746dfa14a4a94.tar.gz
xfe: Missed adding this patch.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xfe/patches/patch-intl_Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/xfe/patches/patch-intl_Makefile.in b/sysutils/xfe/patches/patch-intl_Makefile.in
new file mode 100644
index 00000000000..b6df010d473
--- /dev/null
+++ b/sysutils/xfe/patches/patch-intl_Makefile.in
@@ -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 \
+ : ; \