gnu: upower: Enable GObject introspection.
[jackhill/guix/guix.git] / gnu / packages / patches / bowtie-fix-makefile.patch
CommitLineData
241e1221
RW
1From 4a99b0023bdfbbe486b9649489a32ea184c18c9a Mon Sep 17 00:00:00 2001
2From: Valentin Antonescu <valentin@jhu.edu>
3Date: Tue, 2 Dec 2014 11:19:13 -0500
4Subject: [PATCH] Make sure the Mavericks test happens only under Darwin.
5
6---
7 Makefile | 11 +++++------
8 1 file changed, 5 insertions(+), 6 deletions(-)
9
10diff --git a/Makefile b/Makefile
11index d74f7c8..a4cdfa7 100644
12--- a/Makefile
13+++ b/Makefile
14@@ -54,12 +54,11 @@ endif
15 MACOS = 0
16 ifneq (,$(findstring Darwin,$(shell uname)))
17 MACOS = 1
18-endif
19-
20-ifneq (,$(findstring 13,$(shell uname -r)))
21- CPP = clang++
22- CC = clang
23- EXTRA_FLAGS += -stdlib=libstdc++
24+ ifneq (,$(findstring 13,$(shell uname -r)))
25+ CPP = clang++
26+ CC = clang
27+ EXTRA_FLAGS += -stdlib=libstdc++
28+ endif
29 endif
30
31 POPCNT_CAPABILITY ?= 1