diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-05-16 14:40:29 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-05-16 14:40:29 +0000 |
commit | 99c44f32d1e164cb9a9264435579a94cd44b2de8 (patch) | |
tree | bab1fe437eac490d4855284335c3104db4a25e19 /games-fps/doomsday/files | |
parent | Fix typo, from indian to endian (diff) | |
download | gentoo-2-99c44f32d1e164cb9a9264435579a94cd44b2de8.tar.gz gentoo-2-99c44f32d1e164cb9a9264435579a94cd44b2de8.tar.bz2 gentoo-2-99c44f32d1e164cb9a9264435579a94cd44b2de8.zip |
Fix underlinking. Bug #367353
(Portage version: 2.1.9.49/cvs/Linux i686)
Diffstat (limited to 'games-fps/doomsday/files')
-rw-r--r-- | games-fps/doomsday/files/doomsday-1.9.0_beta69-underlink.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-fps/doomsday/files/doomsday-1.9.0_beta69-underlink.patch b/games-fps/doomsday/files/doomsday-1.9.0_beta69-underlink.patch new file mode 100644 index 000000000000..782ebafaec45 --- /dev/null +++ b/games-fps/doomsday/files/doomsday-1.9.0_beta69-underlink.patch @@ -0,0 +1,11 @@ +--- CMakeLists.txt.old 2011-05-16 16:00:22.000000000 +0200 ++++ CMakeLists.txt 2011-05-16 16:14:50.000000000 +0200 +@@ -645,7 +645,7 @@ + + IF (UNIX) + IF (NOT WIN32) +- TARGET_LINK_LIBRARIES (doomsday dl) ++ TARGET_LINK_LIBRARIES (doomsday dl m) + IF (NOT APPLE) + TARGET_LINK_LIBRARIES (doomsday ${X11_LIBRARIES}) + ENDIF (NOT APPLE) |