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
0c82a51e
Commit
0c82a51e
authored
Jul 18, 2009
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: fixed issues when compiling glib for Darwin in 64bit mode
parent
10507f67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+3
-0
extras/contrib/src/Patches/glib-Darwin64.patch
extras/contrib/src/Patches/glib-Darwin64.patch
+12
-0
No files found.
extras/contrib/src/Makefile
View file @
0c82a51e
...
...
@@ -1957,6 +1957,9 @@ glib-$(GLIB_VERSION).tar.bz2:
glib
:
glib-$(GLIB_VERSION).tar.bz2
$(EXTRACT_BZ2)
(
cd
$@
;
patch
-p0
< ../Patches/glib-remove-gtkdoc.patch
)
ifdef
HAVE_DARWIN_10
(
cd
$@
;
patch
-p0
< ../Patches/glib-Darwin64.patch
)
endif
.glib
:
glib
(
cd
$<
;
sh autogen.sh
--prefix
=
$(PREFIX)
--host
=
$(HOST)
&&
make
&&
make
install
)
...
...
extras/contrib/src/Patches/glib-Darwin64.patch
0 → 100644
View file @
0c82a51e
--- glib/gconvert.c 2009-06-27 05:18:06.000000000 +0200
+++ glib/gconvert.c 2009-07-18 02:09:30.000000000 +0200
@@ -51,9 +51,6 @@
#if defined(USE_LIBICONV_GNU) && !defined (_LIBICONV_H)
#error GNU libiconv in use but included iconv.h not from libiconv
#endif
-#if !defined(USE_LIBICONV_GNU) && defined (_LIBICONV_H)
-#error GNU libiconv not in use but included iconv.h is from libiconv
-#endif
#include "galias.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