jackd2 ready to roll
Adrian Knoth
adi at drcomp.erfurt.thur.de
Thu Apr 1 21:04:21 UTC 2010
On Thu, Apr 01, 2010 at 11:00:18PM +0200, Adrian Knoth wrote:
> - conf.env.append_unique('CXXFLAGS', '-O3 -Wall')
> - conf.env.append_unique('CCFLAGS', '-O3 -Wall')
> + conf.env.append_unique('CXXFLAGS', "-O3")
> + conf.env.append_unique('CCFLAGS', "-O3")
>
> This makes it work, at least until the next error. I'll dig further.
I guess we could propose the following patch to upstream:
- conf.env.append_unique('CXXFLAGS', '-O3 -Wall')
- conf.env.append_unique('CCFLAGS', '-O3 -Wall')
+ conf.env.append_unique('CXXFLAGS', ["-O3", "-Wall"])
+ conf.env.append_unique('CCFLAGS', ["-O3", "-Wall"])
--
mail: adi at thur.de http://adi.thur.de PGP/GPG: key via keyserver
The trouble with being punctual is that nobody's there to appreciate it.
-- Franklin P. Jones
More information about the pkg-multimedia-maintainers
mailing list