ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/Makefile.PL
(Generate patch)

Comparing OpenCL/Makefile.PL (file contents):
Revision 1.4 by root, Thu Apr 19 12:12:03 2012 UTC vs.
Revision 1.5 by root, Thu Apr 19 12:55:30 2012 UTC

14if (prompt ("Skip further questions and use defaults (y/n)?", "y") =~ /[yY]/) { 14if (prompt ("Skip further questions and use defaults (y/n)?", "y") =~ /[yY]/) {
15 $ENV{PERL_MM_USE_DEFAULT} = 1; 15 $ENV{PERL_MM_USE_DEFAULT} = 1;
16} 16}
17} 17}
18 18
19if(0){
19print <<EOF; 20print <<EOF;
20 21
21*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 22*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
22 23
23 24
25try to take advantage of and offer support for OpenGL? 26try to take advantage of and offer support for OpenGL?
26 27
27EOF 28EOF
28 29
29my $DEFINE .= " -DHAVE_OPENGL=" . (0 + (prompt ("Enable optional support for OpenGL (y/n)?", "y") =~ /[yY]/)); 30my $DEFINE .= " -DHAVE_OPENGL=" . (0 + (prompt ("Enable optional support for OpenGL (y/n)?", "y") =~ /[yY]/));
31}
30 32
31WriteMakefile( 33WriteMakefile(
32 dist => { 34 dist => {
33 PREOP => 'pod2text OpenCL.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 35 PREOP => 'pod2text OpenCL.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
34 COMPRESS => 'gzip -9v', 36 COMPRESS => 'gzip -9v',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines