head 1.2; access; symbols pkgsrc-2016Q1:1.1.0.10 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.8 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.6 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.4 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.2 pkgsrc-2015Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2016.04.28.07.01.13; author markd; state dead; branches; next 1.1; commitid 70wnwZ7eMjt5um4z; 1.1 date 2015.01.07.13.09.30; author jperkin; state Exp; branches; next ; commitid 3DA7I0yK9a4zR55y; desc @@ 1.2 log @Split baloo libraries out into separate package. @ text @$NetBSD: patch-ConfigureChecks.cmake,v 1.1 2015/01/07 13:09:30 jperkin Exp $ Ignore xattr header check on SunOS. --- ConfigureChecks.cmake.orig 2014-11-06 12:03:28.000000000 +0000 +++ ConfigureChecks.cmake @@@@ -13,7 +13,7 @@@@ check_include_files("sys/types.h;sys/xat # DragonFly BSD, FreeBSD and NetBSD. check_include_files("sys/types.h;sys/extattr.h" HAVE_SYS_EXTATTR_H) -if (NOT (HAVE_SYS_XATTR_H OR HAVE_SYS_EXTATTR_H)) +if (NOT (HAVE_SYS_XATTR_H OR HAVE_SYS_EXTATTR_H) AND NOT CMAKE_SYSTEM MATCHES "SunOS.*") message(FATAL_ERROR "Baloo requires extended attributes support in the operating system, but no headers have been found.") endif () @ 1.1 log @Ignore xattr header check on SunOS. @ text @d1 1 a1 1 $NetBSD$ @