You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2014/04/15 21:45:42 UTC

[lucy-commits] git commit: refs/heads/master - Use default Clownfish include directories

Repository: lucy
Updated Branches:
  refs/heads/master 7329c7ee8 -> 9b9b8c27f


Use default Clownfish include directories


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/9b9b8c27
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/9b9b8c27
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/9b9b8c27

Branch: refs/heads/master
Commit: 9b9b8c27f8b30bee153b5b9e85e716cb648ae812
Parents: 7329c7e
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Tue Apr 15 21:44:45 2014 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Tue Apr 15 21:44:45 2014 +0200

----------------------------------------------------------------------
 perl/Build.PL | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/9b9b8c27/perl/Build.PL
----------------------------------------------------------------------
diff --git a/perl/Build.PL b/perl/Build.PL
index 756af6f..ccad29e 100644
--- a/perl/Build.PL
+++ b/perl/Build.PL
@@ -21,7 +21,6 @@ use File::Spec::Functions qw( catdir );
 use Lucy::Build;
 
 my @BASE_PATH        = Lucy::Build->cf_base_path;
-my @CF_SYS_INCLUDES  = Lucy::Build->cf_system_include_dirs;
 my $MODULES_DIR      = catdir( @BASE_PATH, 'modules' );
 my $SNOWSTEM_SRC_DIR = catdir( $MODULES_DIR, qw( analysis snowstem source ) );
 my $SNOWSTEM_INC_DIR = catdir( $SNOWSTEM_SRC_DIR, 'include' );
@@ -65,7 +64,6 @@ my $builder = Lucy::Build->new(
         $SNOWSTEM_INC_DIR,
         $UCD_INC_DIR,
         $UTF8PROC_SRC_DIR,
-        @CF_SYS_INCLUDES,
     ],
     clownfish_params => {
         source => [
@@ -75,9 +73,6 @@ my $builder = Lucy::Build->new(
             $SNOWSTOP_SRC_DIR,
             $UTF8PROC_SRC_DIR,
         ],
-        include => [
-            @CF_SYS_INCLUDES,
-        ],
     },
     extra_compiler_flags => '-DCFP_LUCY -DCFP_TESTLUCY',
     add_to_cleanup => [