diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-05-01 18:51:26 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-05-01 18:51:26 +0000 |
commit | 7c8801be5aae74b81965432405074baa7236df3f (patch) | |
tree | 31dd946fc06844a8f23733c824659542d998a140 /packages/boost | |
parent | 0f7e838b2adbb4200bba8a577c3c855e2f17bc9b (diff) |
gnash-minimal: DEPEND on agg.
Diffstat (limited to 'packages/boost')
-rw-r--r-- | packages/boost/boost_1.33.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/boost/boost_1.33.1.bb b/packages/boost/boost_1.33.1.bb index b71e2f446f..516a20bfe9 100644 --- a/packages/boost/boost_1.33.1.bb +++ b/packages/boost/boost_1.33.1.bb @@ -17,6 +17,7 @@ BOOST_P = "boost_${BOOST_VER}" SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2" #SRC_URI += "file://unit_test_log10f.patch;patch=1" SRC_URI += "file://linux-uclibc.patch;patch=1" +SRC_URI += "file://atomic_count_gcc_atomicity.patch;patch=1" S = "${WORKDIR}/${BOOST_P}" |