Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
c64913ed
Commit
c64913ed
authored
Mar 23, 2008
by
VideoLAN
Committed by
Rafaël Carré
Mar 23, 2008
Browse files
Fix macosx gettext
Default to no backup when updating po files
parent
12630628
Changes
2
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
c64913ed
...
...
@@ -366,6 +366,9 @@ gettext: gettext-$(GETTEXT_VERSION).tar.gz
ifdef
HAVE_WIN32
patch
-p0
< Patches/gettext-win32.patch
endif
ifdef
HAVE_DARWIN_OS
patch
-p0
< Patches/gettext-macosx.patch
endif
.intl
:
gettext .iconv
ifdef
HAVE_WIN32
...
...
extras/contrib/src/Patches/gettext-macosx.patch
0 → 100644
View file @
c64913ed
--- gettext/gettext-tools/src/msgmerge.c.orig 2007-10-21 03:25:52.000000000 +0200
+++ gettext/gettext-tools/src/msgmerge.c 2008-03-23 19:54:36.000000000 +0100
@@ -96,7 +96,7 @@
/* Update mode. */
static bool update_mode = false;
-static const char *version_control_string;
+static const char *version_control_string = "none";
static const char *backup_suffix_string;
/* Long options. */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment