OLD | NEW |
---|---|
1 NAME=agg-demo | 1 NAME=agg-demo |
2 VERSION=0.1 | 2 VERSION=0.1 |
3 LICENSE=BSD | 3 LICENSE=BSD |
4 DEPENDS=(agg) | 4 DEPENDS=(agg) |
5 # bionic build fails with undefined symbol: | |
6 # https://code.google.com/p/nativeclient/issues/detail?id=3938 | |
7 DISABLED_LIBC=(bionic) | |
OLD | NEW |