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
4ca64b24
Commit
4ca64b24
authored
Nov 30, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: growl: build with clang
parent
2fe4b45d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
contrib/src/growl/rules.mak
contrib/src/growl/rules.mak
+2
-2
No files found.
contrib/src/growl/rules.mak
View file @
4ca64b24
...
...
@@ -16,8 +16,8 @@ growl: growl-$(GROWL_VERSION).tar.bz2 .sum-growl
$(UNPACK)
mv
Growl-1.2.2-src
$@
sed
-i
.orig
-e
s/
"SDKROOT = macosx10.5"
/
"SDKROOT = macosx
$(OSX_VERSION)
"
/g
\
-e
s/
"GCC_VERSION = 4.0"
/
"GCC_VERSION =
4.2
"
/g
\
-e
s/com.apple.compilers.gcc.4_0/com.apple.compilers.
gcc.4_2
/g
\
-e
s/
"GCC_VERSION = 4.0"
/
"GCC_VERSION =
com.apple.compilers.llvm.clang.1_0
"
/g
\
-e
s/com.apple.compilers.gcc.4_0/com.apple.compilers.
llvm.clang.1_0
/g
\
$@
/Growl.xcodeproj/project.pbxproj
sed
-i
.orig
-e
s/
"REVISION
\$
$REV
"
/
"REVISION 0x
\$
$REV
"
/g
$@
/generateHgRevision.sh
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