diff options
| author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-08-30 12:10:26 +0000 |
|---|---|---|
| committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-08-30 12:10:26 +0000 |
| commit | d25d18c103ef99ee8b433514e281c6fc94273245 (patch) | |
| tree | 7d8deeab945e7b4fde9f15e38af3bdded3470cdd | |
| parent | Fix build with clang11 (diff) | |
- Fix build on CURRENT with new clang 11 (typedef redefinition)
| -rw-r--r-- | games/doomsday/files/patch-sdk_liblegacy_include_de_concurrency.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/doomsday/files/patch-sdk_liblegacy_include_de_concurrency.h b/games/doomsday/files/patch-sdk_liblegacy_include_de_concurrency.h new file mode 100644 index 000000000000..85eb65f492fb --- /dev/null +++ b/games/doomsday/files/patch-sdk_liblegacy_include_de_concurrency.h @@ -0,0 +1,11 @@ +--- sdk/liblegacy/include/de/concurrency.h.orig 2020-08-27 20:47:27 UTC ++++ sdk/liblegacy/include/de/concurrency.h +@@ -31,7 +31,7 @@ + + typedef void *thread_t; + typedef void *mutex_t; +-typedef void *sem_t; ++//typedef void *sem_t; + + typedef enum systhreadexitstatus_e { + DENG_THREAD_STOPPED_NORMALLY, |
