1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

x11-wm/picom: unbreak on DragonFly

In file included from ../src/log.h:8,
                 from ../src/backend/gl/glx.h:18,
                 from ../src/common.h:42,
                 from ../src/c2.c:35:
../src/compiler.h:98:11: fatal error: threads.h: No such file or directory
 # include <threads.h>
           ^~~~~~~~~~~

Reported by:	DPorts
This commit is contained in:
Jan Beich 2019-12-24 12:11:32 +00:00
parent 275df12e3a
commit 95aeedd13e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520800
2 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ CATEGORIES= x11-wm
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= bd5a5fb56812.patch:-p1 065f9ffd4d35.patch:-p1
PATCHFILES+= 9657d52cd709.patch:-p1 de3db23e23be.patch:-p1
PATCHFILES+= e54058fcc740.patch:-p1
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Lightweight X11 compositor

View File

@ -9,3 +9,5 @@ SHA256 (9657d52cd709.patch) = 23b11ce269e385560e240bf68bd11ce8df1afa4d73dc6ee0ac
SIZE (9657d52cd709.patch) = 761
SHA256 (de3db23e23be.patch) = cd8acbfcd4a4a368e665aab78533cd660409a3316541a846d678fa3aef702fae
SIZE (de3db23e23be.patch) = 877
SHA256 (e54058fcc740.patch) = 61cd841768e632c4af403788e13f6b062eec5a8fb3410635332e6af25730195e
SIZE (e54058fcc740.patch) = 1026