diff options
Diffstat (limited to 'media-gfx/llgal/files/llgal-0.13.6-optional-po.patch')
-rw-r--r-- | media-gfx/llgal/files/llgal-0.13.6-optional-po.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-gfx/llgal/files/llgal-0.13.6-optional-po.patch b/media-gfx/llgal/files/llgal-0.13.6-optional-po.patch new file mode 100644 index 000000000000..b7c7bd0f6d78 --- /dev/null +++ b/media-gfx/llgal/files/llgal-0.13.6-optional-po.patch @@ -0,0 +1,11 @@ +--- llgal-0.13.6/Makefile.old 2006-09-04 16:40:28.000000000 +0200 ++++ llgal-0.13.6/Makefile 2006-09-04 16:40:17.000000000 +0200 +@@ -36,7 +36,7 @@ + clean:: clean-lib clean-po + rm -f llgal + +-install:: install-lib install-po ++install:: install-lib + install -d -m 0755 $(DESTDIR)$(BINDIR)/ $(DESTDIR)$(DATADIR)/llgal/ $(DESTDIR)$(MANDIR)/man1/ $(DESTDIR)$(SYSCONFDIR)/llgal/ + install -m 0755 llgal $(DESTDIR)$(BINDIR)/llgal + install -m 0644 $(DATA_SUBDIR)/* $(DESTDIR)$(DATADIR)/llgal/ |