mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Adjust many more recipes to support mirror site.
* Mostly added SRC_FILENAME where the automatic filename didn't make any sense.
This commit is contained in:
@@ -6,8 +6,8 @@ allocate memory basically as you normally would, without explicitly \
|
||||
deallocating memory that is no longer useful. The collector automatically \
|
||||
recycles memory when it determines that it can no longer be otherwise accessed.
|
||||
"
|
||||
HOMEPAGE="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
|
||||
SRC_URI="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2d.tar.gz"
|
||||
HOMEPAGE="http://www.hboehm.info/gc/"
|
||||
SRC_URI="http://www.hboehm.info/gc/gc_source/gc-7.2d.tar.gz"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
Reference in New Issue
Block a user