mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
@@ -8,7 +8,7 @@ that it is possible to use Make to build and install the program."
|
||||
HOMEPAGE="http://www.gnu.org/software/make/"
|
||||
COPYRIGHT="1988-2010 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://ftp.gnu.org/pub/gnu/make/make-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="0bc7613389650ee6a24554b52572a272f7356164fd2c4132b0bcf13123e4fca5"
|
||||
PATCHES="make-$portVersion.patchset"
|
||||
@@ -41,7 +41,7 @@ BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
runConfigure ./configure \
|
||||
--disable-rpath --with-gnu-ld
|
||||
--disable-rpath --with-gnu-ld --disable-dependency-tracking
|
||||
./build.sh
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user