From ad34b29d037329cfefd16fa934c7b5dd4f0e4f1c Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 23 Apr 2018 19:47:41 +0000 Subject: [PATCH] gcc4 no longer needed for atomics builtins on arm; found by s_graf at telus net --- devel/libuv/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile index 7052c934e06..539496c3191 100644 --- a/devel/libuv/Makefile +++ b/devel/libuv/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2018/02/11 18:31:35 pascal Exp $ +# $OpenBSD: Makefile,v 1.5 2018/04/23 19:47:41 sthen Exp $ COMMENT = multi-platform library for asynchronous I/O +REVISION = 0 VER = 1.19.1 DISTNAME = libuv-v${VER} PKGNAME = libuv-${VER} @@ -18,10 +19,6 @@ PERMIT_PACKAGE_CDROM = Yes WANTLIB += pthread -# for atomic builtins -MODULES = gcc4 -MODGCC4_ARCHS = arm - BUILD_DEPENDS = devel/libtool \ ${MODGNU_AUTOCONF_DEPENDS} \ ${MODGNU_AUTOMAKE_DEPENDS} \