Updated bep for friss to allow it to build and work on gcc2 and gcc4.

This commit is contained in:
Scott McCreary
2011-05-31 23:40:36 +00:00
parent c4fd528111
commit 30a53259fd

View File

@@ -6,7 +6,12 @@ STATUS_HAIKU="stable"
#CHECKSUM_MD5=""
BUILD {
cd friss-24/src
if [ -n "$(setgcc | grep '4')" ]; then
sed -i 's/lstdc++.r4/lstdc++/' Jamfile
fi
jam
mv ../bin/common/apps/friss/friss ../bin/common/apps/friss/FRiSS
chmod 755 ../bin/common/apps/friss/FRiSS
}
INSTALL {