From e60d0d1c0abb5b667a1d64785c7111ee32114fe5 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 9 Mar 2014 19:49:04 +0100 Subject: [PATCH] clucene: improved to find the right header files when cross-compiling --- textproc/clucene/clucene.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/clucene/clucene.conf b/textproc/clucene/clucene.conf index e46d0ffc5..c55acc4a0 100644 --- a/textproc/clucene/clucene.conf +++ b/textproc/clucene/clucene.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../clucene/clucene.conf -# Copyright (C) 2013 The OpenSDE Project +# Copyright (C) 2013 - 2014 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -24,3 +24,4 @@ var_append cmakeopt ' ' "-DBUILD_CONTRIBS_LIB:BOOL=ON" var_append cmakeopt ' ' "-DLIB_DESTINATION:PATH=$root/$libdir" var_append cmakeopt ' ' "-DLUCENE_SYS_INCLUDES:PATH=$root/$libdir" var_append cmakeopt ' ' "-DDISABLE_MULTITHREADING=OFF" +var_append cmakeopt ' ' "-DZLIB_INCLUDE_DIR=$( pkgprefix -r includedir zlib)"