]> Pileus Git - ~andy/sunrise/blob - media-sound/mixxx/files/mixxx-1.9.2-flags.patch
media-sound/mixxx: Version bump for 1.9.2
[~andy/sunrise] / media-sound / mixxx / files / mixxx-1.9.2-flags.patch
1 --- build/depends.py.orig       2010-12-22 11:13:22.000000000 -0800
2 +++ build/depends.py    2010-12-22 11:14:02.000000000 -0800
3 @@ -587,10 +587,8 @@
4          if build.toolchain_is_gnu:
5              # Default GNU Options
6              # TODO(XXX) always generate debugging info?
7 -            build.env.Append(CCFLAGS = '-pipe')
8              build.env.Append(CCFLAGS = '-Wall')
9              build.env.Append(CCFLAGS = '-Wextra')
10 -            build.env.Append(CCFLAGS = '-g')
11  
12              # Check that g++ is present (yeah, SCONS is a bit dumb here)
13              if os.system("which g++ > /dev/null"): #Checks for non-zero return code