Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs17:/tmp/cvs-serv9988

Modified Files:
        VirtPackage.pm 
Log Message:
stop as soon as we find it


Index: VirtPackage.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/VirtPackage.pm,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- VirtPackage.pm      19 Jul 2007 13:43:17 -0000      1.133
+++ VirtPackage.pm      19 Jul 2007 14:01:27 -0000      1.134
@@ -180,6 +180,7 @@
                        next unless (defined $key and defined $value);
                        if ($key =~ 
/^(hw.optional.x86_64|hw.optional.64bitops|hw.cpu64bit_capable)$/ and $value eq 
"1") {
                                $is64bit = 1;
+                               last;
                        }
                }
                close(SYSCTL);


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to