rpms/perl-PDL/devel perl-PDL-settings.patch,1.2,1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Dec 2 23:06:52 UTC 2006


Author: rnorwood

Update of /cvs/dist/rpms/perl-PDL/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18223

Modified Files:
	perl-PDL-settings.patch 
Log Message:
Old patch no longer applied cleanly on new version.  Fixed patch.

perl-PDL-settings.patch:
 perldl.conf |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: perl-PDL-settings.patch
===================================================================
RCS file: /cvs/dist/rpms/perl-PDL/devel/perl-PDL-settings.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-PDL-settings.patch	28 May 2005 06:42:07 -0000	1.2
+++ perl-PDL-settings.patch	2 Dec 2006 23:06:50 -0000	1.3
@@ -1,25 +1,12 @@
-diff -urN PDL-2.4.2.orig/perldl.conf PDL-2.4.2/perldl.conf
---- PDL-2.4.2.orig/perldl.conf	2004-12-27 12:29:38.000000000 -0500
-+++ PDL-2.4.2/perldl.conf	2005-05-28 02:39:06.000000000 -0400
-@@ -83,7 +83,7 @@
+diff -u PDL-2.4.3.orig/perldl.conf PDL-2.4.3/perldl.conf
+--- PDL-2.4.3.orig/perldl.conf	2006-08-16 22:59:51.000000000 -0400
++++ PDL-2.4.3/perldl.conf	2006-12-02 18:01:19.000000000 -0500
+@@ -91,7 +91,7 @@
  # 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 => 0,
++       WITH_3D => 0,
+ 
  #
  #  For Mesa 3.2
- #
-@@ -101,9 +101,9 @@
- #	OPENGL_DEFINE => '',
- #
- # Let perl try to figure it out
--	OPENGL_LIBS => undef,
-- 	OPENGL_INC => undef,
--	OPENGL_DEFINE => undef,
-+	OPENGL_LIBS => 0,
-+ 	OPENGL_INC => 0,
-+	OPENGL_DEFINE => 0,
- # Whether or not to build the Karma interface module
- 
-         WITH_KARMA => undef,    # Leave it up to PDL to decide




More information about the fedora-cvs-commits mailing list