Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
c64913ed
Commit
c64913ed
authored
Mar 23, 2008
by
VideoLAN
Committed by
Rafaël Carré
Mar 23, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix macosx gettext
Default to no backup when updating po files
parent
12630628
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+3
-0
extras/contrib/src/Patches/gettext-macosx.patch
extras/contrib/src/Patches/gettext-macosx.patch
+11
-0
No files found.
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
Markdown
is supported
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