mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Updated bep for friss to allow it to build and work on gcc2 and gcc4.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user