summaryrefslogtreecommitdiff
path: root/sci-chemistry/gperiodic/files/gperiodic-2.0.10-nls.patch
diff options
context:
space:
mode:
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 \