connman-gtk: fix FTBFS with GCC-14 (incompatible pointer types) (#376077)
[NixPkgs.git] / pkgs / by-name / mu / muscle / muscle-darwin-g++.patch
blob41e5fc7ae476ccc4ffda7d3a357334eb43785825
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
9 CXX := g++
10 -ifeq ($(OS),Darwin)
11 - CXX := g++-11
12 -endif
14 CXXFLAGS := $(CXXFLAGS) -O3 -fopenmp -ffast-math