diff options
author | makc <makc@FreeBSD.org> | 2008-09-07 20:43:27 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2008-09-07 20:43:27 +0800 |
commit | 47cc73573577b9368740eb7146e9f8e5b8fa8262 (patch) | |
tree | 5c6e798ac2aa564bb078b6bda3e7774d8f6f31f6 /irc | |
parent | 0229cfd26d425cb7f3dfb392504d3da6e77ae0b2 (diff) | |
download | freebsd-ports-gnome-47cc73573577b9368740eb7146e9f8e5b8fa8262.tar.gz freebsd-ports-gnome-47cc73573577b9368740eb7146e9f8e5b8fa8262.tar.zst freebsd-ports-gnome-47cc73573577b9368740eb7146e9f8e5b8fa8262.zip |
add patch to disable l10n support
Approved by: miwi (mentor)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/quassel/files/patch-CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/irc/quassel/files/patch-CMakeLists.txt b/irc/quassel/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..8ca0b0def24a --- /dev/null +++ b/irc/quassel/files/patch-CMakeLists.txt @@ -0,0 +1,13 @@ +--- ./CMakeLists.txt.orig 2008-09-02 03:12:37.000000000 +0400 ++++ ./CMakeLists.txt 2008-09-07 16:16:33.000000000 +0400 +@@ -188,8 +188,8 @@ + add_dependencies(mod_common genversion_run) + + # Generate binary translation files +-include(QuasselGenerateTranslations) +-quassel_generate_i18n_resource(RC_I18N ${LINGUAS}) ++# include(QuasselGenerateTranslations) ++# quassel_generate_i18n_resource(RC_I18N ${LINGUAS}) + + # Add resources + qt4_add_resources(RC_ICONS src/icons/icons.qrc) |