repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
connman-gtk: fix FTBFS with GCC-14 (incompatible pointer types) (#376077)
[NixPkgs.git]
/
pkgs
/
by-name
/
mu
/
muscle
/
muscle-darwin-g++.patch
blob
41e5fc7ae476ccc4ffda7d3a357334eb43785825
1
2
diff --git a/Makefile b/Makefile
3
index df16673..be3bd0d 100644
4
--- a/Makefile
5
+++ b/Makefile
6
@@ -20,9 +20,6 @@ OS := $(shell uname)
7
CPPFLAGS := $(CPPFLAGS) -DNDEBUG -pthread
8
9
CXX := g++
10
-ifeq ($(OS),Darwin)
11
- CXX := g++-11
12
-endif
13
14
CXXFLAGS := $(CXXFLAGS) -O3 -fopenmp -ffast-math
15