openbsd-ports/x11/kde4/base-workspace/patches/patch-ConfigureChecks_cmake
espie 928c98921f get network to build.
use qca2 where applicable.
get crypt in kdm (from Laurence Tratt) and use readpassphrase.
2010-06-23 13:11:34 +00:00

12 lines
498 B
Plaintext

$OpenBSD: patch-ConfigureChecks_cmake,v 1.1 2010/06/23 13:11:34 espie Exp $
--- ConfigureChecks.cmake.orig Wed Jun 23 11:51:00 2010
+++ ConfigureChecks.cmake Wed Jun 23 11:51:20 2010
@@ -50,6 +50,7 @@ get_filename_component(xrootdir "${XBINDIR}" PATH)
set(XLIBDIR "${xrootdir}/lib/X11")
check_function_exists(getpassphrase HAVE_GETPASSPHRASE)
+check_function_exists(readpassphrase HAVE_READPASSPHRASE)
check_function_exists(vsyslog HAVE_VSYSLOG)
check_function_exists(statvfs HAVE_STATVFS)