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
37ae9134
Commit
37ae9134
authored
Jun 22, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: gettext: fix osx patch
parent
528905b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
contrib/src/gettext/rules.mak
contrib/src/gettext/rules.mak
+4
-4
No files found.
contrib/src/gettext/rules.mak
View file @
37ae9134
...
...
@@ -15,6 +15,10 @@ $(TARBALLS)/gettext-$(GETTEXT_VERSION).tar.gz:
gettext
:
gettext-$(GETTEXT_VERSION).tar.gz .sum-gettext
$(UNPACK)
ifdef
HAVE_MACOSX
# detect libintl correctly in configure for static library
sed
-i
.orig
's/$$LIBS $$LIBINTL/$$LIBS $$LIBINTL $$INTL_MACOSX_LIBS/'
gettext-
$(GETTEXT_VERSION)
/gettext-runtime/m4/gettext.m4
endif
$(MOVE)
DEPS_gettext
=
iconv
$(DEPS_iconv)
...
...
@@ -31,10 +35,6 @@ ifdef HAVE_WIN32
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
ifdef
HAVE_MACOSX
# detect libintl correctly in configure for static library
(cd
$(PREFIX)/share/aclocal;
sed
-i.orig
'184s/$$LIBINTL/$$LIBINTL $$INTL_MACOSX_LIBS/'
gettext.m4)
endif
touch
$@
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