svn commit: r547051 - head/games/doomsday/files

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Aug 30 12:10:27 UTC 2020


Author: danilo
Date: Sun Aug 30 12:10:26 2020
New Revision: 547051
URL: https://svnweb.freebsd.org/changeset/ports/547051

Log:
  - Fix build on CURRENT with new clang 11 (typedef redefinition)

Added:
  head/games/doomsday/files/
  head/games/doomsday/files/patch-sdk_liblegacy_include_de_concurrency.h   (contents, props changed)

Added: head/games/doomsday/files/patch-sdk_liblegacy_include_de_concurrency.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/doomsday/files/patch-sdk_liblegacy_include_de_concurrency.h	Sun Aug 30 12:10:26 2020	(r547051)
@@ -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,


More information about the svn-ports-head mailing list