mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libuv: posix_error_mapper isn't needed.
This commit is contained in:
@@ -5,7 +5,7 @@ used by Luvit, Julia, pyuv, and others."
|
||||
HOMEPAGE="https://libuv.org/"
|
||||
COPYRIGHT="2015-present libuv project contributors"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/libuv/libuv/archive/v$portVersion/libuv-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="bdde1140087ce97080ea323c3598553ece00a24ae63ac568be78bef3e97f3e25"
|
||||
PATCHES="libuv-$portVersion.patchset"
|
||||
@@ -53,9 +53,6 @@ BUILD()
|
||||
{
|
||||
./autogen.sh
|
||||
|
||||
export CPPFLAGS="-DB_USE_POSITIVE_POSIX_ERRORS -D_BSD_SOURCE"
|
||||
export LIBS="-lposix_error_mapper -lbsd"
|
||||
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user