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
cd0398cf
Commit
cd0398cf
authored
Sep 04, 2011
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: fixed hardcoded paths
parent
22e5015c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
extras/contrib/bootstrap
extras/contrib/bootstrap
+4
-4
No files found.
extras/contrib/bootstrap
View file @
cd0398cf
...
@@ -324,8 +324,8 @@ case "$DISTRO" in
...
@@ -324,8 +324,8 @@ case "$DISTRO" in
HAVE_MACOSX_DARWIN_9
=
1
HAVE_MACOSX_DARWIN_9
=
1
EXTRA_LDFLAGS
=
"
${
EXTRA_LDFLAGS
}
-isysroot
\$
{MACOSX_SDK} -Wl,-syslibroot,
\$
{MACOSX_SDK} -mmacosx-version-min=
\$
{SDK_TARGET}"
EXTRA_LDFLAGS
=
"
${
EXTRA_LDFLAGS
}
-isysroot
\$
{MACOSX_SDK} -Wl,-syslibroot,
\$
{MACOSX_SDK} -mmacosx-version-min=
\$
{SDK_TARGET}"
EXTRA_CFLAGS
=
"
${
EXTRA_CFLAGS
}
-D
\$
{ENVP} -isysroot
\$
{MACOSX_SDK} -mmacosx-version-min=
\$
{SDK_TARGET}"
EXTRA_CFLAGS
=
"
${
EXTRA_CFLAGS
}
-D
\$
{ENVP} -isysroot
\$
{MACOSX_SDK} -mmacosx-version-min=
\$
{SDK_TARGET}"
CC
=
"/usr/bin/gcc
-4.2
"
CC
=
"/usr/bin/gcc"
CXX
=
"/usr/bin/g++
-4.2
"
CXX
=
"/usr/bin/g++"
LD
=
"ld"
LD
=
"ld"
RANLIB
=
"ranlib"
RANLIB
=
"ranlib"
AR
=
AR
=
...
@@ -463,8 +463,8 @@ fi
...
@@ -463,8 +463,8 @@ fi
if
test
$HAVE_MACOSX_DARWIN_9
;
then
if
test
$HAVE_MACOSX_DARWIN_9
;
then
add_enabled_makefile_cfg
"HAVE_MACOSX_DARWIN_9"
add_enabled_makefile_cfg
"HAVE_MACOSX_DARWIN_9"
if
!
/usr/bin/gcc
-4.2
--version
>
/dev/null 2>&1
;
then
if
!
/usr/bin/gcc
--version
>
/dev/null 2>&1
;
then
error
"You do not have GCC
-4.2
installed in /usr/bin, compilation WILL FAIL."
error
"You do not have GCC installed in /usr/bin, compilation WILL FAIL."
fi
fi
fi
fi
...
...
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