mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
9 lines
292 B
Diff
9 lines
292 B
Diff
|
diff --git a/src/she/CMakeLists.txt b/src/she/CMakeLists.txt
|
||
|
index 4909ff1..02fa145 100644
|
||
|
--- a/src/she/CMakeLists.txt
|
||
|
+++ b/src/she/CMakeLists.txt
|
||
|
@@ -23,2 +23,3 @@ if(USE_ALLEG4_BACKEND)
|
||
|
add_definitions(-DUSE_MOUSE_POLLER)
|
||
|
+ add_definitions(-DALLEGRO_NO_FIX_ALIASES)
|
||
|
endif()
|