summaryrefslogtreecommitdiff
path: root/sys-auth/pam-face-authentication/files/pam-face-authentication-0.3-opencv.patch
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-11-23 23:50:55 +0100
committerJohannes Huber <johu@gentoo.org>2013-11-23 23:50:55 +0100
commit5038be0ae196c754a09e318135b99e7ea9b2ff44 (patch)
treecc1cb1a867372d4cd3f4c6847ec3f3037ccb2ba7 /sys-auth/pam-face-authentication/files/pam-face-authentication-0.3-opencv.patch
parentbb4fe8feb05cef8dca8d7eab4dcaa87381a3ab50 (diff)
downloadkde-5038be0ae196c754a09e318135b99e7ea9b2ff44.tar.gz
kde-5038be0ae196c754a09e318135b99e7ea9b2ff44.tar.bz2
kde-5038be0ae196c754a09e318135b99e7ea9b2ff44.zip
[sys-auth/pam-face-authentication] Removal, ebuilds in bug #261902 available
* dead upstream * does not work * nobody from kde herd wants to maintain this Package-Manager: portage-2.2.7
Diffstat (limited to 'sys-auth/pam-face-authentication/files/pam-face-authentication-0.3-opencv.patch')
-rw-r--r--sys-auth/pam-face-authentication/files/pam-face-authentication-0.3-opencv.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/sys-auth/pam-face-authentication/files/pam-face-authentication-0.3-opencv.patch b/sys-auth/pam-face-authentication/files/pam-face-authentication-0.3-opencv.patch
deleted file mode 100644
index 5597b1c3f80..00000000000
--- a/sys-auth/pam-face-authentication/files/pam-face-authentication-0.3-opencv.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Fixes build with newer versions of OpenCV.
---- CMakeLists.txt
-+++ CMakeLists.txt
-@@ -88,7 +88,7 @@
-
- INCLUDE_DIRECTORIES( "${CMAKE_SOURCE_DIR}/include" )
- INCLUDE_DIRECTORIES( ${CMAKE_BINARY_DIR} )
--INCLUDE_DIRECTORIES(${OPENCV_INCLUDE_DIR})
-+INCLUDE_DIRECTORIES(${OpenCV_INCLUDE_DIRS})
- INCLUDE_DIRECTORIES(${PAM_INCLUDE_DIR})
- ADD_LIBRARY(pam_face_authentication SHARED ${PAM_FACE_AUTHENTICATE_SRCS})
- SET_TARGET_PROPERTIES( pam_face_authentication PROPERTIES PREFIX "")
-@@ -96,8 +96,8 @@
- TARGET_LINK_LIBRARIES( xwindowFaceAuth ${X11_LIBRARIES})
-
- ADD_EXECUTABLE( qt-facetrainer ${QT_FACETRAINER_SRCS} ${QT_FACETRAINER_MOC_SRCS} ${QT_FACETRAINER_RC_SRCS} ${QT_FACETRAINER_UI_HDRS} )
--TARGET_LINK_LIBRARIES( pam_face_authentication ${PAM_LIBRARIES} ${OPENCV_LIBRARIES})
--TARGET_LINK_LIBRARIES( qt-facetrainer ${QT_LIBRARIES} ${OPENCV_LIBRARIES})
-+TARGET_LINK_LIBRARIES( pam_face_authentication ${PAM_LIBRARIES} ${OpenCV_LIBS})
-+TARGET_LINK_LIBRARIES( qt-facetrainer ${QT_LIBRARIES} ${OpenCV_LIBS})
-
- if( UNIX AND NOT APPLE )
- if( NOT DESKTOP_ENTRY )