summaryrefslogtreecommitdiffstats
path: root/graphics/p5-Chart-Graph/files/patch-Makefile.PL
blob: c2ddf94ff870cecaa8f19dd0abf286527bee9145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- Makefile.PL.orig	Mon Aug 30 15:27:33 2004
+++ Makefile.PL	Mon Aug 30 16:18:28 2004
@@ -9,16 +9,16 @@
 my $xrt2d ;
 my @xvfb = "undef";
 my $xvfb;
-my @drivers = qw(gnuplot xrt3d xrt2d xmgrace);
-print "Enter (space separated) graphing drivers to test: [@drivers] ";
-my $drivers = <STDIN>;
-chomp $drivers;
-@drivers = split /\s/,$drivers if $drivers ne '';
+my @drivers = qw(gnuplot xmgrace);
+#print "Enter (space separated) graphing drivers to test: [@drivers] ";
+#my $drivers = <STDIN>;
+#chomp $drivers;
+#@drivers = split /\s/,$drivers if $drivers ne '';
 
 for (@drivers) {
     if (not defined $xvfb and ($_ eq "xrt2d" or $_ eq "xrt3d" or $_ eq "xmgrace")) {
         print "Enter path to X virtual frame buffer(Xvfb): "; 
-        $xvfb = <STDIN>; 
+        $xvfb = "%%X11BASE%%/bin/Xvfb";
         chop $xvfb; 
         @xvfb = $xvfb; 
     }
OpenPOWER on IntegriCloud