summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-12 12:36:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-12 12:37:05 +0200
commit1b218b95d6ca03881780ee8604990d366fc3d46f (patch)
tree500ce797136660d7eda1162ae258794d6b0cba2f /media-libs/allegro/files
parentmedia-libs/opencollada: Drop 1.6.58 (diff)
downloadgentoo-1b218b95d6ca03881780ee8604990d366fc3d46f.tar.gz
gentoo-1b218b95d6ca03881780ee8604990d366fc3d46f.tar.bz2
gentoo-1b218b95d6ca03881780ee8604990d366fc3d46f.zip
media-libs/allegro: Drop 5.0.11
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/allegro/files')
-rw-r--r--media-libs/allegro/files/allegro-5.0.11-multilib.patch10
-rw-r--r--media-libs/allegro/files/allegro-5.0.11-underlink.patch11
2 files changed, 0 insertions, 21 deletions
diff --git a/media-libs/allegro/files/allegro-5.0.11-multilib.patch b/media-libs/allegro/files/allegro-5.0.11-multilib.patch
deleted file mode 100644
index 8cd1dc1037b3..000000000000
--- a/media-libs/allegro/files/allegro-5.0.11-multilib.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/CMakeLists.txt 2013-06-16 10:16:08.000000000 +0600
-+++ b/CMakeLists.txt 2016-02-25 14:32:40.350446191 +0500
-@@ -560,7 +560,6 @@
- endif(SUPPORT_X11 AND NOT SUPPORT_OPENGL)
-
- if(SUPPORT_X11)
-- set(CMAKE_REQUIRED_LIBRARIES ${X11_LIBRARIES})
-
- check_library_exists(Xcursor XcursorImageCreate "" CAN_XCURSOR)
- if(CAN_XCURSOR)
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)