summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2013-10-17 14:02:01 +0000
committerIan Stakenvicius <axs@gentoo.org>2013-10-17 14:02:01 +0000
commit6fc3978d817d4de5de7d0a3ad2a38a4c1fa1f7b7 (patch)
tree2506687267fd15bb6d8b8e9e9df4f288228afcd5 /x11-misc/slim/files/slim-1.3.6-lib-linking.patch
parentVersion bump. (diff)
downloadgentoo-2-6fc3978d817d4de5de7d0a3ad2a38a4c1fa1f7b7.tar.gz
gentoo-2-6fc3978d817d4de5de7d0a3ad2a38a4c1fa1f7b7.tar.bz2
gentoo-2-6fc3978d817d4de5de7d0a3ad2a38a4c1fa1f7b7.zip
version bump, remove old
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'x11-misc/slim/files/slim-1.3.6-lib-linking.patch')
-rw-r--r--x11-misc/slim/files/slim-1.3.6-lib-linking.patch22
1 files changed, 22 insertions, 0 deletions
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}
+ )
+