[netpanzer] 95/118: Add system-physfs.patch

Markus Koschany apo at moszumanska.debian.org
Sun Jun 5 10:20:42 UTC 2016


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

apo pushed a commit to branch master
in repository netpanzer.

commit 188bb8a9edbe641e193a024a5702d52b96427faf
Author: Markus Koschany <apo at debian.org>
Date:   Sun Jun 5 08:14:40 2016 +0200

    Add system-physfs.patch
---
 debian/patches/series              |  1 +
 debian/patches/system-physfs.patch | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index af72458..6d03085 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 use-system-libs.patch
+system-physfs.patch
diff --git a/debian/patches/system-physfs.patch b/debian/patches/system-physfs.patch
new file mode 100644
index 0000000..b98cfcf
--- /dev/null
+++ b/debian/patches/system-physfs.patch
@@ -0,0 +1,35 @@
+From: Markus Koschany <apo at debian.org>
+Date: Sun, 5 Jun 2016 08:14:09 +0200
+Subject: system physfs
+
+---
+ src/Lib/Util/FileSystem.cpp | 2 +-
+ src/Lib/Util/FileSystem.hpp | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/Lib/Util/FileSystem.cpp b/src/Lib/Util/FileSystem.cpp
+index a0f4a2e..90410dd 100644
+--- a/src/Lib/Util/FileSystem.cpp
++++ b/src/Lib/Util/FileSystem.cpp
+@@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ #include "Exception.hpp"
+ #include "Log.hpp"
+ #include "FileSystem.hpp"
+-#include "physfs/physfs.h"
++#include <physfs.h>
+ 
+ namespace filesystem
+ {
+diff --git a/src/Lib/Util/FileSystem.hpp b/src/Lib/Util/FileSystem.hpp
+index 244d075..8bda26e 100644
+--- a/src/Lib/Util/FileSystem.hpp
++++ b/src/Lib/Util/FileSystem.hpp
+@@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ #include "SDL.h"
+ #include <string>
+ #include <stdlib.h>
+-#include "physfs/physfs.h"
++#include <physfs.h>
+ 
+ namespace filesystem
+ {

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



More information about the Pkg-games-commits mailing list