[mupen64plus-video-z64] 38/161: Imported Upstream version 1.99.4

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:20:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus-video-z64.

commit 1936e026521cfd4421c4fbbec0ab4ff81444fb94
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sat Jan 22 10:24:15 2011 +0100

    Imported Upstream version 1.99.4
---
 projects/unix/Makefile | 5 +++++
 src/maingl.cpp         | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/projects/unix/Makefile b/projects/unix/Makefile
index cee356a..983c265 100644
--- a/projects/unix/Makefile
+++ b/projects/unix/Makefile
@@ -35,6 +35,11 @@ ifeq ("$(UNAME)","linux")
   SO_EXTENSION = so
   SHARED = -shared
 endif
+ifneq ("$(filter GNU hurd,$(UNAME))","")
+  OS = LINUX
+  SO_EXTENSION = so
+  SHARED = -shared
+endif
 ifeq ("$(UNAME)","Darwin")
   OS = OSX
   SO_EXTENSION = dylib
diff --git a/src/maingl.cpp b/src/maingl.cpp
index c144ad5..a143634 100644
--- a/src/maingl.cpp
+++ b/src/maingl.cpp
@@ -202,7 +202,7 @@ extern "C" {
             *PluginType = M64PLUGIN_GFX;
 
         if (PluginVersion != NULL)
-            *PluginVersion = 0x016300;
+            *PluginVersion = 0x016304;
 
         if (APIVersion != NULL)
             *APIVersion = PLUGIN_API_VERSION;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-z64.git



More information about the Pkg-games-commits mailing list