Update of /cvsroot/fink/experimental/thesin/test/depends/perlmod/Fink
In directory usw-pr-cvs1:/tmp/cvs-serv9273

Modified Files:
        Depends.pm 
Log Message:
Doesn't find X11 if i have this

Index: Depends.pm
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/test/depends/perlmod/Fink/Depends.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Depends.pm  1 Aug 2002 17:51:58 -0000       1.1
+++ Depends.pm  1 Aug 2002 22:20:51 -0000       1.2
@@ -113,7 +113,7 @@
       while (<OTOOL>) {
         chomp();
         next if ("$_" =~ /\:/);                # Nuke first line or errors
-        next if ("$_" =~ /\/usr\//);   # Nuke system links
+        # next if ("$_" =~ /\/usr\//); # Nuke system links
         $_ =~ s/\ \(.*$//;             # Nuke the end
         push(@matches, $_);
       }



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to