Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oliver Behnke
graphicsframework
Commits
c5f3a3df
Commit
c5f3a3df
authored
Feb 08, 2012
by
Oliver Bock
Browse files
Support MacPorts in addition to Fink (and honor existing CPPFLAGS)
parent
2173389a
Changes
1
Show whitespace changes
Inline
Side-by-side
build.sh
View file @
c5f3a3df
...
...
@@ -464,7 +464,7 @@ build_boinc()
chmod
+x configure
>>
$LOGFILE
2>&1
||
failure
cd
$ROOT
/build/boinc
||
failure
if
[
"
$1
"
==
"
$TARGET_MAC
"
]
;
then
export
CPPFLAGS
=
-I
/sw/include
export
CPPFLAGS
=
"
-I/sw/include
-I/opt/local/include
$CPPFLAGS
"
$ROOT
/3rdparty/boinc/configure
--prefix
=
$ROOT
/install
--enable-shared
=
no
--enable-static
=
yes
--disable-server
--disable-client
--with-apple-opengl-framework
--enable-install-headers
--enable-libraries
--disable-manager
--disable-fcgi
>>
$LOGFILE
2>&1
||
failure
elif
[
-d
"/usr/local/ssl"
]
;
then
echo
"Using local SSL library..."
|
tee
-a
$LOGFILE
...
...
Write
Preview
Supports
Markdown
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