Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
f3b9b8a2
Commit
f3b9b8a2
authored
Dec 10, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: compile more tools from gettext
Except on Win32, where it doesn't compile
parent
8b914fcd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
contrib/src/gettext/rules.mak
contrib/src/gettext/rules.mak
+3
-2
No files found.
contrib/src/gettext/rules.mak
View file @
f3b9b8a2
...
...
@@ -29,11 +29,12 @@ DEPS_gettext = iconv $(DEPS_iconv)
#touch $@
ifdef
HAVE_WIN32
(cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--disable-relocatable
--disable-java
--disable-native-java)
(cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--disable-relocatable
--disable-java
--disable-native-java
--disable-threads)
(cd
$<
&&
make
-C
gettext-runtime
install
&&
make
-C
gettext-tools/misc
install
&&
make
-C
gettext-tools/m4
install)
else
(cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--disable-java
--disable-native-java
--without-emacs)
(cd
$<
&&
make
-C
gettext-runtime
install
&&
make
-C
gettext-tools/intl
&&
make
-C
gettext-tools/libgrep
&&
make
-C
gettext-tools/gnulib-lib
&&
make
-C
gettext-tools/src
install
&&
make
-C
gettext-tools/misc
install
&&
make
-C
gettext-tools/m4
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