Browse Source

clucene: improved to find the right header files when cross-compiling

stable/0.6
Christian Wiese 11 years ago
parent
commit
e60d0d1c0a
  1. 3
      textproc/clucene/clucene.conf

3
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)"

Loading…
Cancel
Save