mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Added symlink to libstdc++ to allow for building tuxpaint on gcc2
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user