mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 18:56:49 +01:00
Updated groff gcc2 build to clean up directories, added gcc4 built groff.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41357 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d4b77be645
commit
1da9b17c5d
@ -829,9 +829,17 @@ if [ IsOptionalHaikuImagePackageAdded Groff ] {
|
||||
if $(TARGET_ARCH) != x86 {
|
||||
Echo "No optional package Groff available for $(TARGET_ARCH)" ;
|
||||
} else {
|
||||
InstallOptionalHaikuImagePackage
|
||||
groff-1.20.1-x86-gcc2-2010-08-31.zip
|
||||
: $(baseURL)/groff-1.20.1-x86-gcc2-2010-08-31.zip ;
|
||||
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||
InstallOptionalHaikuImagePackage
|
||||
groff-1.20.1-x86-gcc4-2011-05-06.zip
|
||||
: $(baseURL)/groff-1.20.1-x86-gcc4-2011-05-06.zip
|
||||
: : true ;
|
||||
} else {
|
||||
InstallOptionalHaikuImagePackage
|
||||
groff-1.20.1-x86-gcc2-2011-05-06.zip
|
||||
: $(baseURL)/groff-1.20.1-x86-gcc2-2011-05-06.zip
|
||||
: : true ;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user