]> git.pld-linux.org Git - packages/perl-PDL.git/blob - perl-PDL-conf.patch
dd3894fe77ce2ffbd781b6219e840a30815ff78c
[packages/perl-PDL.git] / perl-PDL-conf.patch
1 diff -urN PDL-2.4.0.org/perldl.conf PDL-2.4.0/perldl.conf
2 --- PDL-2.4.0.org/perldl.conf   2003-12-30 14:54:25.663910257 +0100
3 +++ PDL-2.4.0/perldl.conf       2003-12-30 15:14:41.363631658 +0100
4 @@ -58,15 +58,15 @@
5  # false -> skip build of PDL::Graphics:::TriD
6  # undef -> let PDL build decide based on dependencies present
7  #
8 -        WITH_3D => undef,
9 +        WITH_3D => 1,
10  
11  # Build Graphics/TriD using Perl OpenGL
12  #
13  # true -> use new Perl OpenGL bindings
14  # false -> use legacy, deprecated X11 only bindings
15  # undef -> let PDL build decide (check if Perl OpenGL is present)
16  #
17 -        USE_POGL => undef,
18 +        USE_POGL => 1,
19  #       USE_POGL => 0,
20  #
21          POGL_VERSION => 0.63,           # minimum compatible OpenGL version
22 @@ -110,7 +110,7 @@
23  #    about curses to fix it 
24  #  - 1 builds, 0 or undef does not build
25  #
26 -        WITH_IO_BROWSER => 0,
27 +        WITH_IO_BROWSER => 1,
28  
29  # Quiet Astro::FITS::Header warnings for PDL build process by default
30  # Eventually would be better to set undef by default, and have the
This page took 0.067203 seconds and 2 git commands to generate.