summaryrefslogtreecommitdiff
path: root/sci-chemistry/gperiodic/files/gperiodic-2.0.10-nls.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-07-04 14:05:23 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-07-04 14:05:23 +0100
commit05b8b0e0af1d72e51a3ee61522941bf7605cd01c (patch)
tree43b0410e62aba677b4b256bc3ffe3fd333d28dbe /sci-chemistry/gperiodic/files/gperiodic-2.0.10-nls.patch
parent90c88731bd036e5698b281fbc0a5f3aa4c9983ac (diff)
gentoo resync : 04.07.2020
Diffstat (limited to 'sci-chemistry/gperiodic/files/gperiodic-2.0.10-nls.patch')
-rw-r--r--sci-chemistry/gperiodic/files/gperiodic-2.0.10-nls.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/sci-chemistry/gperiodic/files/gperiodic-2.0.10-nls.patch b/sci-chemistry/gperiodic/files/gperiodic-2.0.10-nls.patch
deleted file mode 100644
index de0bea04dc14..000000000000
--- a/sci-chemistry/gperiodic/files/gperiodic-2.0.10-nls.patch
+++ /dev/null
@@ -1,20 +0,0 @@
- po/Makefile | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
-diff --git a/po/Makefile b/po/Makefile
-index d7d7d78..179dad6 100644
---- a/po/Makefile
-+++ b/po/Makefile
-@@ -26,10 +26,12 @@ endif
-
- install:
- $(MAKE) all
-+ifeq ($(enable_nls),1)
- for f in $(FILES_MO) ; do \
- mkdir -p $(DESTDIR)$(LOCALEDIR)/`basename $$f .mo`/LC_MESSAGES ; \
- install -m 644 $$f $(DESTDIR)$(LOCALEDIR)/`basename $$f .mo`/LC_MESSAGES/$(PACKAGE).mo ; \
- done
-+endif
-
- uninstall:
- for f in $(FILES_MO) ; do \