jca df5df7ea8f Drop workarounds to get libev working on arm.
libev can use the appropriate sync instructions now that cc defines
__ARM_ARCH_6K__.

ok dcoppa@ (libev and rxvt-unicode maintainer)
2017-02-20 22:57:16 +00:00

25 lines
474 B
Makefile

# $OpenBSD: Makefile,v 1.22 2017/02/20 22:57:16 jca Exp $
COMMENT = high-performance event loop library
DISTNAME = libev-4.24
REVISION = 0
CATEGORIES = devel
MAINTAINER = David Coppa <dcoppa@openbsd.org>
SHARED_LIBS= ev 3.1 # 4.0
HOMEPAGE = http://software.schmorp.de/pkg/libev.html
MASTER_SITES = http://dist.schmorp.de/libev/ \
http://dist.schmorp.de/libev/Attic/
# BSD / GPL
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = m
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>