[med-svn] [iqtree] 01/01: Fix patch for debian packaged zlib
Andreas Tille
tille at debian.org
Mon Aug 31 10:20:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository iqtree.
commit 086af06b45475165c617aaa986ece35272dacd62
Author: Andreas Tille <tille at debian.org>
Date: Mon Aug 31 12:20:00 2015 +0200
Fix patch for debian packaged zlib
---
debian/patches/use_debian_packaged_libs.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/debian/patches/use_debian_packaged_libs.patch b/debian/patches/use_debian_packaged_libs.patch
index a629fa8..4d5e8d5 100644
--- a/debian/patches/use_debian_packaged_libs.patch
+++ b/debian/patches/use_debian_packaged_libs.patch
@@ -53,3 +53,14 @@ Description: Use Debian packaged zlib, libsprng and libeigen
#include "mtree.h"
#include "alignment.h"
#include "model/modelsubst.h"
+--- a/gzstream.h
++++ b/gzstream.h
+@@ -32,7 +32,7 @@
+ // standard C++ with new header file names and std:: namespace
+ #include <iostream>
+ #include <fstream>
+-#include "zlib-1.2.7/zlib.h"
++#include <zlib.h>
+
+ #ifdef GZSTREAM_NAMESPACE
+ namespace GZSTREAM_NAMESPACE {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/iqtree.git
More information about the debian-med-commit
mailing list