summary refs log tree commit diff
path: root/pkgs/games/assaultcube/assaultcube-next.patch
blob: 92fc7996670773ef3001066d52e9a01ec710be64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 1.1.0.4/source/src/Makefile
+++ 1.1.0.4/source/src/Makefile
@@ -6,7 +6,7 @@
 # found to have been caused by the g++ compiler in the past. This seems to have
 # been fixed now by relaxing the optimization that g++ does, so although we'll
 # continue using clang++ (just in case), you can use g++ if you prefer.
-CXX=clang++
+#CXX=clang++

 # Changing this to ACDEBUG=yes will compile a debug version of AssaultCube.
 ACDEBUG=no