summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-09-02 17:01:47 +0200
committerDavid Seifert <soap@gentoo.org>2017-09-02 17:02:09 +0200
commit06dc3754671e25127fa53a7d8b6c17ab3d254e40 (patch)
treed3d5f1a5638c53253355cb63853398e8a3aa5f96 /sci-biology
parentnet-im/mcabber: remove unused patch (diff)
downloadgentoo-06dc3754671e25127fa53a7d8b6c17ab3d254e40.tar.gz
gentoo-06dc3754671e25127fa53a7d8b6c17ab3d254e40.tar.bz2
gentoo-06dc3754671e25127fa53a7d8b6c17ab3d254e40.zip
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
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/samtools/files/samtools-1.5-buildsystem.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-biology/samtools/files/samtools-1.5-buildsystem.patch b/sci-biology/samtools/files/samtools-1.5-buildsystem.patch
index 248089e09fcf..c466e66a9d17 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