1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/x11/libxshmfence/Makefile
Jung-uk Kim d3839cf9e1 Fix xshmfence_alloc_shm() on 8.3 and 9.x. O_CLOEXEC is available on all
supported versions but mkostemp(3) is only available from 10.0.  Therfore,
the fd was not properly initialized on them.
2014-07-08 21:06:40 +00:00

20 lines
290 B
Makefile

# $FreeBSD$
PORTNAME= libxshmfence
PORTVERSION= 1.1
PORTREVISION= 3
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Shared memory 'SyncFence' synchronization primitive
LICENSE= MIT
USE_XORG= xproto
XORG_CAT= lib
test: build
@cd ${WRKSRC} && ${MAKE} check
.include <bsd.port.mk>