mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
d3839cf9e1
supported versions but mkostemp(3) is only available from 10.0. Therfore, the fd was not properly initialized on them.
20 lines
290 B
Makefile
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>
|