From 6fc3978d817d4de5de7d0a3ad2a38a4c1fa1f7b7 Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Thu, 17 Oct 2013 14:02:01 +0000 Subject: version bump, remove old (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED) --- x11-misc/slim/files/slim-1.3.6-lib-linking.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 x11-misc/slim/files/slim-1.3.6-lib-linking.patch (limited to 'x11-misc/slim/files/slim-1.3.6-lib-linking.patch') diff --git a/x11-misc/slim/files/slim-1.3.6-lib-linking.patch b/x11-misc/slim/files/slim-1.3.6-lib-linking.patch new file mode 100644 index 000000000000..ab108982c7a5 --- /dev/null +++ b/x11-misc/slim/files/slim-1.3.6-lib-linking.patch @@ -0,0 +1,22 @@ +--- CMakeLists.txt 2013-10-15 11:35:16.688739802 -0400 ++++ CMakeLists.txt.new 2013-10-15 11:53:46.185727620 -0400 +@@ -115,6 +115,7 @@ + message("\tPAM Found") + set(SLIM_DEFINITIONS ${SLIM_DEFINITIONS} "-DUSE_PAM") + target_link_libraries(${PROJECT_NAME} ${PAM_LIBRARY}) ++ target_link_libraries(libslim ${PAM_LIBRARY}) + target_link_libraries(slimlock ${PAM_LIBRARY}) + include_directories(${PAM_INCLUDE_DIR}) + else(PAM_FOUND) +@@ -173,7 +174,10 @@ + ) + + target_link_libraries(libslim +- ${JPEG_LIBRARIES} ++ ${RT_LIB} ++ ${X11_Xft_LIB} ++ ${X11_Xrandr_LIB} ++ ${JPEG_LIBRARIES} + ${PNG_LIBRARIES} + ) + -- cgit v1.2.3-65-gdbad