mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Initial .bep for bepdf, marked as broken for now as subversion isn't able to check out bepdf's svn repo yet.
Updated vision's .bep so that it builds gcc2 or gcc4 depending on how setgcc is set prior to building it. Updated the optionalpackages .bep once again to add some -y options for building the GPL/LGPL sources.
This commit is contained in:
@@ -11,6 +11,7 @@ BUILD {
|
||||
if [ -n "$(setgcc | grep '2')" ]; then
|
||||
cp Makefile.gcc2 Makefile
|
||||
else
|
||||
rm Makefile
|
||||
cp Makefile.gcc4 Makefile
|
||||
fi
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user