Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 14:35:19 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546737 - in head/emulators/mupen64plus-core: . files
Message-ID:  <202008281435.07SEZJJZ083409@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Fri Aug 28 14:35:18 2020
New Revision: 546737
URL: https://svnweb.freebsd.org/changeset/ports/546737

Log:
  emulators/mupen64plus-core: Fix build with -fno-common
  
  Add a partial patch from upstream to fix the build of
  emulators/mupen64plus-core with -fno-common, which is the default with llvm
  11.
  While here, point WWW: in pkg-descr to the current home of mupen64-plus.
  
  MFH:		2020Q3 (implicit, -fno-common fixes, ok by joenum)

Added:
  head/emulators/mupen64plus-core/files/patch-39975200.c   (contents, props changed)
Modified:
  head/emulators/mupen64plus-core/pkg-descr

Added: head/emulators/mupen64plus-core/files/patch-39975200.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/mupen64plus-core/files/patch-39975200.c	Fri Aug 28 14:35:18 2020	(r546737)
@@ -0,0 +1,12 @@
+diff --git a/src/main/workqueue.h b/src/main/workqueue.h
+index d5093a533..2af257a45 100644
+--- source/mupen64plus-core/src/main/workqueue.h
++++ source/mupen64plus-core/src/main/workqueue.h
+@@ -27,7 +27,6 @@
+ 
+ struct work_struct;
+ 
+-struct work_struct *work;
+ typedef void (*work_func_t)(struct work_struct *work);
+ struct work_struct {
+     work_func_t func;

Modified: head/emulators/mupen64plus-core/pkg-descr
==============================================================================
--- head/emulators/mupen64plus-core/pkg-descr	Fri Aug 28 14:27:38 2020	(r546736)
+++ head/emulators/mupen64plus-core/pkg-descr	Fri Aug 28 14:35:18 2020	(r546737)
@@ -5,4 +5,4 @@ amd64 systems, and necessary plugins for audio, graphi
 signal co-processor (RSP), and input. There are 3 OpenGL video plugins
 included: glN64, RiceVideoLinux, and Glide64.
 
-WWW: http://code.google.com/p/mupen64plus/
+WWW: https://www.mupen64plus.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281435.07SEZJJZ083409>