Added symlink to libstdc++ to allow for building tuxpaint on gcc2

This commit is contained in:
Scott McCreary
2010-07-01 14:40:37 +00:00
parent b344bba646
commit d95bea01a3

View File

@@ -16,6 +16,10 @@ DEPEND="media-libs/libsdl >= 1.2.14
BUILD {
cd tuxpaint-0.9.2x-cvs
if [ ! -f /boot/common/lib/libstdc++.so ]
then
ln -s /boot/system/lib/libstdc++.r4.so /boot/common/lib/libstdc++.so
fi
make
}