diff options
author | tnn <tnn@pkgsrc.org> | 2016-05-04 02:54:46 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-05-04 02:54:46 +0000 |
commit | b65a04e6d46218afbbfe23540864e703e296680b (patch) | |
tree | 305438541b1fa3f2f99275cf31c766e7a7d7b861 /x11 | |
parent | 9e8d6cff73504c29fcc002830fa456717e67dca8 (diff) | |
download | pkgsrc-b65a04e6d46218afbbfe23540864e703e296680b.tar.gz |
fix copy/paste mis in previous
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxshmfence/Makefile | 4 | ||||
-rw-r--r-- | x11/libxshmfence/files/xshmfence_semaphore.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/libxshmfence/Makefile b/x11/libxshmfence/Makefile index 258aa18cd42..d1072deb0f3 100644 --- a/x11/libxshmfence/Makefile +++ b/x11/libxshmfence/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2016/05/04 02:43:31 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2016/05/04 02:54:46 tnn Exp $ DISTNAME= libxshmfence-1.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/archive/individual/lib/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libxshmfence/files/xshmfence_semaphore.c b/x11/libxshmfence/files/xshmfence_semaphore.c index 3a9401805e9..ef1a82f8a5d 100644 --- a/x11/libxshmfence/files/xshmfence_semaphore.c +++ b/x11/libxshmfence/files/xshmfence_semaphore.c @@ -164,7 +164,7 @@ xshmfence_init(int fd) err(EXIT_FAILURE, "xshmfence_init: sem_open"); } - cond = mksemtemp(f.condname, "/xshmfl-%i"); + cond = mksemtemp(f.condname, "/xshmfc-%i"); if (cond == SEM_FAILED) { err(EXIT_FAILURE, "xshmfence_init: sem_open"); } |