[nestopia] 03/08: Use the system zlib header files.

Stephen Kitt skitt at moszumanska.debian.org
Sun Sep 20 17:03:04 UTC 2015


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

skitt pushed a commit to branch master
in repository nestopia.

commit 9b801d2168b2dae09f17925c9252862e0342012c
Author: Sérgio Benjamim <sergio_br2 at yahoo.com.br>
Date:   Sat Sep 19 18:38:18 2015 +0200

    Use the system zlib header files.
---
 debian/changelog                     |  1 +
 debian/patches/series                |  1 +
 debian/patches/use-system-zlib.patch | 14 ++++++++++++++
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5880931..63812a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ nestopia (1.46.2-2) UNRELEASED; urgency=medium
   [ Sérgio Benjamim ]
   * New package for the libretro core.
   * Update licensing information.
+  * Use the system zlib header files.
 
  -- Stephen Kitt <skitt at debian.org>  Sat, 19 Sep 2015 18:29:49 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index 1a5ffa4..bff7f83 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 install-location.patch
 format-security.patch
 buildflags.patch
+use-system-zlib.patch
diff --git a/debian/patches/use-system-zlib.patch b/debian/patches/use-system-zlib.patch
new file mode 100644
index 0000000..1090eaf
--- /dev/null
+++ b/debian/patches/use-system-zlib.patch
@@ -0,0 +1,14 @@
+Description: Use system zlib
+Author: Sérgio Benjamim <sergio_br2 at yahoo.com.br>
+
+--- a/source/core/NstZlib.cpp
++++ b/source/core/NstZlib.cpp
+@@ -37,7 +37,7 @@
+ 
+  #endif
+ 
+- #include "../zlib/zlib.h"
++ #include <zlib.h>
+ 
+ #endif
+ 

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



More information about the Pkg-games-commits mailing list