Update of /cvsroot/fink/fink/perlmod/Fink
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10093

Modified Files:
      Tag: branch_0_29
        PkgVersion.pm 
Log Message:
whitespace sync


Index: PkgVersion.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.622.2.13
retrieving revision 1.622.2.14
diff -u -d -r1.622.2.13 -r1.622.2.14
--- PkgVersion.pm       12 Sep 2010 08:32:06 -0000      1.622.2.13
+++ PkgVersion.pm       25 Sep 2010 08:33:49 -0000      1.622.2.14
@@ -4987,20 +4987,20 @@
                }
        }
 
-    # UseMaxBuildJobs: true overrides SetNoMAKEFLAGS
-    if ($self->param_boolean('UseMaxBuildJobs') && 
$config->has_param('MaxBuildJobs')) {
-        my $mbj = $config->param('MaxBuildJobs');
-        if ($mbj =~ /^\d+$/  && $mbj > 0) {
-            if (defined $script_env{'MAKEFLAGS'}) {
-                $script_env{'MAKEFLAGS'} .= " -j$mbj";
-            } else {
-                $script_env{'MAKEFLAGS'} = "-j$mbj";
-            }
-        } else {
-            warn "Ignoring invalid MaxBuildJobs value in fink.conf: " .
-                "$mbj is not a positive integer\n";
-        }
-    }
+       # UseMaxBuildJobs: true overrides SetNoMAKEFLAGS
+       if ($self->param_boolean('UseMaxBuildJobs') && 
$config->has_param('MaxBuildJobs')) {
+               my $mbj = $config->param('MaxBuildJobs');
+               if ($mbj =~ /^\d+$/  && $mbj > 0) {
+                       if (defined $script_env{'MAKEFLAGS'}) {
+                               $script_env{'MAKEFLAGS'} .= " -j$mbj";
+                       } else {
+                               $script_env{'MAKEFLAGS'} = "-j$mbj";
+                       }
+               } else {
+                       warn "Ignoring invalid MaxBuildJobs value in fink.conf: 
" .
+                               "$mbj is not a positive integer\n";
+               }
+       }
 
        # Enforce g++-3.3 or g++-4.0 even for uncooperative packages, by making 
        # it the first g++ in the path


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to