summary refs log tree commit diff
path: root/pkgs/games/assaultcube/assaultcube-next.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/assaultcube/assaultcube-next.patch')
-rw-r--r--pkgs/games/assaultcube/assaultcube-next.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/games/assaultcube/assaultcube-next.patch b/pkgs/games/assaultcube/assaultcube-next.patch
new file mode 100644
index 00000000000..92fc7996670
--- /dev/null
+++ b/pkgs/games/assaultcube/assaultcube-next.patch
@@ -0,0 +1,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