--- Build.PL.orig	2015-02-21 11:53:18.000000000 -0800
+++ Build.PL	2015-04-19 15:59:45.000000000 -0700
@@ -99,6 +99,7 @@
     }
   },
   get_options => { 'with-sdl-config' => { qw(type :s  store) => \$sdl_config } },
+  installdirs => 'vendor',
   dynamic_config => 1,
   create_readme => 1,
   share_dir => 'sharedir',
@@ -203,18 +204,18 @@
   my $i                     = 1;
   my $prompt_string         = "\nYou have the following options:\n";
   my $recommended_candidate = 1;
-  foreach my $c (@candidates) {
-    $recommended_candidate = $i if $c->{buildtype} eq 'build_from_sources';
-
-    if( $c->{buildtype} eq 'use_config_script' ) {
-      $c->{title} .= "\n    ";
-      for(qw(SDL SDL_image SDL_mixer SDL_ttf SDL_gfx SDL_Pango)) {
-        $c->{title} .= "$_(v$have_libs{$_}->[0]) " if $have_libs{$_}[0];
-      }
-    }
-
-    $prompt_string .= "[" . $i++ . "] " . $c->{title} . "\n";
-  }
+#  foreach my $c (@candidates) {
+#    $recommended_candidate = $i if $c->{buildtype} eq 'build_from_sources';
+#
+#    if( $c->{buildtype} eq 'use_config_script' ) {
+#      $c->{title} .= "\n    ";
+#      for(qw(SDL SDL_image SDL_mixer SDL_ttf SDL_gfx SDL_Pango)) {
+#        $c->{title} .= "$_(v$have_libs{$_}->[0]) " if $have_libs{$_}[0];
+#      }
+#    }
+#
+#    $prompt_string .= "[" . $i++ . "] " . $c->{title} . "\n";
+#  }
 
   # select option '1' for travis
   if ( defined $travis and $travis == 1 ) {
