summaryrefslogtreecommitdiff
path: root/media-libs/allegro/files/allegro-5.0.11-underlink.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/allegro/files/allegro-5.0.11-underlink.patch')
-rw-r--r--media-libs/allegro/files/allegro-5.0.11-underlink.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/media-libs/allegro/files/allegro-5.0.11-underlink.patch b/media-libs/allegro/files/allegro-5.0.11-underlink.patch
deleted file mode 100644
index 1e0b502ed3e4..000000000000
--- a/media-libs/allegro/files/allegro-5.0.11-underlink.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt 2011-06-06 23:56:09.367125536 +0200
-+++ b/CMakeLists.txt 2011-06-06 23:56:19.311748807 +0200
-@@ -703,7 +703,7 @@
-
- if(ALLEGRO_UNIX) # not MACOSX
- list(APPEND LIBRARY_SOURCES ${ALLEGRO_SRC_UNIX_FILES})
-- list(APPEND PLATFORM_LIBS m ${CMAKE_THREAD_LIBS_INIT})
-+ list(APPEND PLATFORM_LIBS dl m ${CMAKE_THREAD_LIBS_INIT})
- endif(ALLEGRO_UNIX)
-
- if(SUPPORT_X11)