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
87e8a672
Commit
87e8a672
authored
Jun 12, 2008
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare for future darwin releases
parent
7a8c67c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
extras/contrib/bootstrap
extras/contrib/bootstrap
+20
-0
No files found.
extras/contrib/bootstrap
View file @
87e8a672
...
@@ -169,6 +169,26 @@ case $HOST in
...
@@ -169,6 +169,26 @@ case $HOST in
exit
1
exit
1
fi
fi
;;
;;
i686-apple-darwin10d1
)
SDK_TARGET
=
10.6
echo
"SDK_TARGET =
${
SDK_TARGET
}
"
>>
config.mak
echo
"HAVE_DARWIN_OS_ON_INTEL = 1"
>>
config.mak
echo
"HAVE_DARWIN_9 = 1"
>>
config.mak
echo
"HAVE_DARWIN_10 = 1"
>>
config.mak
echo
"ENVP = MACOSX_DEPLOYMENT_TARGET=
${
SDK_TARGET
}
"
>>
config.mak
echo
"MACOSX_SDK = /Developer/SDKs/MacOSX10.6.sdk"
>>
config.mak
CFLAGS_TUNING
=
" -march=pentium-m -mtune=prescott"
EXTRA_CFLAGS
=
" -D
\$
{ENVP} -isysroot
\$
{MACOSX_SDK} -mmacosx-version-min=
\$
{SDK_TARGET}"
EXTRA_LDFLAGS
=
" -isysroot
\$
{MACOSX_SDK} -Wl,-syslibroot,
\$
{MACOSX_SDK}"
echo
"PATH = /bin:/usr/bin:/usr/local/bin"
>>
config.mak
cat
src/Distributions/darwin.mak
>>
distro.mak
if
test
-e
/Developer/SDKs
;
then
echo
"SDKs found. Everything is fine."
>
&2
else
echo
"ERROR:
\n
Your Developer Tools' SDKs were not found.
\n
You need to add extra symbolic links to /Developer to achieve correctly
\n
built contribs.
\n
Have a look at the OSX-Compile-HOWTO for details."
>
&2
exit
1
fi
;;
i586-pc-beos
)
i586-pc-beos
)
if
test
-f
/boot/beos/system/lib/libbind.so
;
then
if
test
-f
/boot/beos/system/lib/libbind.so
;
then
EXTRA_LDFLAGS
=
" -lbind -lsocket"
EXTRA_LDFLAGS
=
" -lbind -lsocket"
...
...
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