summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-games/aseprite/files/aseprite-1.1.4.1_underlinking.patch')
-rw-r--r--dev-games/aseprite/files/aseprite-1.1.4.1_underlinking.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-games/aseprite/files/aseprite-1.1.4.1_underlinking.patch b/dev-games/aseprite/files/aseprite-1.1.4.1_underlinking.patch
deleted file mode 100644
index 47958813311c..000000000000
--- a/dev-games/aseprite/files/aseprite-1.1.4.1_underlinking.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From e7883b7d6428662077fa88c8dfa4e0fdee28ff46 Mon Sep 17 00:00:00 2001
-From: "Azamat H. Hackimov" <azamat.hackimov@gmail.com>
-Date: Fri, 22 Apr 2016 13:42:26 +0500
-Subject: [PATCH] Fixing underlinking for gcc 4.9
-
-Allegro4 backend uses XGrabPointer() from libX11.
-Added ${X11_LIBRARIES} to resolve underlinking.
----
- src/she/CMakeLists.txt | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/src/she/CMakeLists.txt b/src/she/CMakeLists.txt
-index cddf5bc..1841aa6 100644
---- a/src/she/CMakeLists.txt
-+++ b/src/she/CMakeLists.txt
-@@ -242,7 +242,8 @@ if(USE_ALLEG4_BACKEND)
- target_link_libraries(she
- ${LOADPNG_LIBRARY}
- ${LIBALLEGRO4_LINK_FLAGS}
-- ${DXGUID_LIBRARIES})
-+ ${DXGUID_LIBRARIES}
-+ ${X11_LIBRARIES})
- endif()
-
- if(USE_SKIA_BACKEND)
---
-2.7.3
-