$OpenBSD: patch-src_contrib_CMakeLists_txt,v 1.1.1.1 2020/07/05 07:30:16 landry Exp $

disable cotire as it's deprecated and breaks the build with newer libc++

Index: src/contrib/CMakeLists.txt
--- src/contrib/CMakeLists.txt.orig
+++ src/contrib/CMakeLists.txt
@@ -50,8 +50,6 @@ target_link_libraries(lucene++-contrib
   lucene++
 )
 
-cotire(lucene++-contrib)
-
 install(TARGETS lucene++-contrib
   DESTINATION "${LIB_DESTINATION}"
   COMPONENT runtime
