Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
9641b6ca
Commit
9641b6ca
authored
Dec 08, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: fix gettext compilation on some CrossCompile env
And do the same compilation on all setups
parent
1b58a20c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
12 deletions
+1
-12
contrib/src/gettext/rules.mak
contrib/src/gettext/rules.mak
+1
-12
No files found.
contrib/src/gettext/rules.mak
View file @
9641b6ca
...
...
@@ -33,18 +33,7 @@ ifdef HAVE_WIN32
else
(cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--disable-java
--disable-native-java
--without-emacs)
endif
ifneq
($(HOST),$(BUILD))
ifndef
HAVE_CYGWIN
# We'll use the installed gettext and only need to cross-compile libintl, also build autopoint and gettextsize tools need for VLC bootstrap
(cd
$<
&&
make
-C
gettext-runtime/intl
&&
make
-C
gettext-runtime/intl
install
&&
make
-C
gettext-tools/misc
install)
else
# We are compiling for MinGW on Cygwin -- build the full current gettext
(cd
$<
&&
make
&&
make
install)
endif
else
# Build and install the whole gettext
(cd
$<
&&
make
&&
make
install)
endif
(cd
$<
&&
make
-C
gettext-runtime
install
&&
make
-C
gettext-tools/misc
install
&&
make
-C
gettext-tools/m4
install)
# Work around another non-sense of autoconf.
ifdef
HAVE_WIN32
(cd
$(PREFIX)/include;
sed
-i.orig
'314 c #if 0'
libintl.h)
...
...
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