mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fixed fastdep so that it builds again
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
SUMMARY="fastdep is a fast dependency generator for C/C++ files."
|
||||
SUMMARY="fastdep is a fast dependency generator for C/C++ files."
|
||||
DESCRIPTION="fastdep is a preprocessor which generates dependency information suitable for Makefile inclusion from C or C++ source files. Meant to run on slower hardware, it is several orders of magnitude faster than gcc."
|
||||
HOMEPAGE="http://www.irule.be/bvh/c++/fastdep/"
|
||||
HOMEPAGE="http://www.irule.be/bvh/c++/fastdep/"
|
||||
SRC_URI="http://ports-space.haiku-files.org/dev-util/source/fastdep-0.16.tar.gz"
|
||||
REVISION="1"
|
||||
CHECKSUM_MD5="838c08b790a5dfe9a50a4aec7947bc54"
|
||||
@@ -14,14 +14,15 @@ PATCHES="fastdep-0.16.patch"
|
||||
PROVIDES="
|
||||
cmd:fastdep = $portVersion compat >= 0
|
||||
"
|
||||
|
||||
|
||||
REQUIRES="
|
||||
lib:libstdc++.r4
|
||||
lib:libroot >= $haikuVersion"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
@@ -40,5 +41,3 @@ INSTALL()
|
||||
mkdir -p $binDir
|
||||
cp -f fastdep $binDir
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user