sci-biology/samtools: Add missing -I. to CPPFLAGS
authorDavid Seifert <soap@gentoo.org>
Sat, 2 Sep 2017 15:01:47 +0000 (17:01 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 2 Sep 2017 15:02:09 +0000 (17:02 +0200)
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

index 248089e09fcf0f33983374d68f8cf285409c07cd..c466e66a9d1737c9ba199d674ac41c4d68881234 100644 (file)
        $(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