diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-04-26 06:36:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-04-26 06:36:46 +0000 |
commit | 49ef961f392a0e25f07a7d5dfc301b145f9bb5a0 (patch) | |
tree | adb9a1cf1a3fe01f854aa694b235d967278aaa9c /audio/qsynth/files/patch-Makefile.in | |
parent | 1b1d1eaf0422236c4b5635b07d826d902ec176e4 (diff) |
Notes
Diffstat (limited to 'audio/qsynth/files/patch-Makefile.in')
-rw-r--r-- | audio/qsynth/files/patch-Makefile.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/qsynth/files/patch-Makefile.in b/audio/qsynth/files/patch-Makefile.in new file mode 100644 index 000000000000..16dfadab3c13 --- /dev/null +++ b/audio/qsynth/files/patch-Makefile.in @@ -0,0 +1,18 @@ +--- Makefile.in.orig 2013-02-20 01:37:32.082725000 +0900 ++++ Makefile.in 2013-04-19 19:57:44.000000000 +0900 +@@ -60,6 +60,7 @@ + src/qsynthSetupForm.ui + + translations_sources = \ ++ src/translations/qsynth_cs.ts \ + src/translations/qsynth_de.ts \ + src/translations/qsynth_es.ts \ + src/translations/qsynth_fr.ts \ +@@ -68,6 +69,7 @@ + translations_targets = \ + src/translations/qsynth_cs.qm \ + src/translations/qsynth_de.qm \ ++ src/translations/qsynth_es.qm \ + src/translations/qsynth_fr.qm \ + src/translations/qsynth_ru.qm + |