mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
make: update recipe
* Use runConfigure. * Remove explicit declaration of source package.
This commit is contained in:
@@ -14,7 +14,7 @@ LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1988-2010 Free Software Foundation, Inc."
|
||||
SRC_URI="http://ftp.gnu.org/pub/gnu/make/make-3.82.tar.bz2"
|
||||
CHECKSUM_MD5="1a11100f3c63fcf5753818e59d63088f"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -39,7 +39,7 @@ SOURCE_DIR="$portVersionedName"
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
./configure $configureDirArgs \
|
||||
runConfigure ./configure \
|
||||
--disable-rpath --with-gnu-ld
|
||||
./build.sh
|
||||
}
|
||||
@@ -48,7 +48,3 @@ INSTALL()
|
||||
{
|
||||
./make install
|
||||
}
|
||||
|
||||
# ----- source package -------------------------------------------------------
|
||||
|
||||
PROVIDES_source="make_source = $portVersion"
|
||||
|
||||
Reference in New Issue
Block a user