commit:     06dc3754671e25127fa53a7d8b6c17ab3d254e40
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  2 15:01:47 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 15:02:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06dc3754

sci-biology/samtools: Add missing -I. to CPPFLAGS

Bug: https://bugs.gentoo.org/show_bug.cgi?id=629666
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sci-biology/samtools/files/samtools-1.5-buildsystem.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/samtools/files/samtools-1.5-buildsystem.patch 
b/sci-biology/samtools/files/samtools-1.5-buildsystem.patch
index 248089e09fc..c466e66a9d1 100644
--- a/sci-biology/samtools/files/samtools-1.5-buildsystem.patch
+++ b/sci-biology/samtools/files/samtools-1.5-buildsystem.patch
@@ -196,7 +196,7 @@
        $(CC) $(CFLAGS) $(ALL_CPPFLAGS) -c -o $@ $<
  
 +$(LOBJS):
-+      $(CC) $(CFLAGS) $(CPPFLAGS) -fPIC -c -o $@ $<
++      $(CC) $(CFLAGS) $(ALL_CPPFLAGS) -fPIC -c -o $@ $<
 +
  
  LIBST_OBJS = sam_opts.o sam_utils.o

Reply via email to