Author: baggins                      Date: Mon Apr  7 15:59:31 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up to 2.4.3

---- Files affected:
SOURCES:
   perl-PDL-conf.patch (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SOURCES/perl-PDL-conf.patch
diff -u SOURCES/perl-PDL-conf.patch:1.10 SOURCES/perl-PDL-conf.patch:1.11
--- SOURCES/perl-PDL-conf.patch:1.10    Tue Dec 30 17:39:56 2003
+++ SOURCES/perl-PDL-conf.patch Mon Apr  7 17:59:26 2008
@@ -1,12 +1,13 @@
 diff -urN PDL-2.4.0.org/perldl.conf PDL-2.4.0/perldl.conf
 --- PDL-2.4.0.org/perldl.conf  2003-12-30 14:54:25.663910257 +0100
 +++ PDL-2.4.0/perldl.conf      2003-12-30 15:14:41.363631658 +0100
-@@ -58,15 +58,18 @@
- #     BADVAL_USENAN => 1,
- 
- # Try to build Graphics/TriD
--      WITH_3D => undef,
+@@ -58,16 +58,19 @@
+ # There are problems with the build on OS-X, so we turn it off by default
+ # for such systems
+ #
+-      WITH_3D => $^O eq "darwin" ? 0 : undef,
 +      WITH_3D => 1,
+ 
  #
  #  For Mesa 3.2
  #
@@ -21,16 +22,7 @@
  #
  # 
  # For SGI GL
-@@ -76,13 +79,13 @@
- #     OPENGL_DEFINE => '',
- #
- # Let perl try to figure it out
--      OPENGL_LIBS => undef,
--      OPENGL_INC => undef,
--      OPENGL_DEFINE => undef,
-+#     OPENGL_LIBS => undef,
-+#     OPENGL_INC => undef,
-+#     OPENGL_DEFINE => undef,
+@@ -76,7 +79,7 @@
  # Whether or not to build the Karma interface module
  
          WITH_KARMA => undef,    # Leave it up to PDL to decide
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/perl-PDL-conf.patch?r1=1.10&r2=1.11&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to