libuv: posix_error_mapper isn't needed.

This commit is contained in:
Augustin Cavalier
2019-06-01 11:14:05 -04:00
parent 2f9ff3fc8a
commit fabddbd834

View File

@@ -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
}