> find /sw/lib -name *.pc -o -name *.la | xargs grep -l /usr/local
>
> If you get anything from that, use "dpkg -S" on the file(s) as before.

The find gets 179 hits, the grep outputs nothing.  Cutting the search down
to /usr gives 3 files from 2 packages:

glitz: /sw/lib/pkgconfig/glitz-glx.pc
    includes /usr/X11R6/lib
xft2-dev: /sw/lib/pkgconfig/xft.pc
    includes /usr/X11/include /usr/X11R6/include
xft2-dev: /sw/lib/xft2/lib/pkgconfig/xft.pc
    includes /usr/X11/include /usr/X11R6/include

This ignores whatever might be getting pulled in through
libdir=${exec_prefix}/lib

The only file under /usr/X11/include that mentions /usr/local is
/usr/X11/include/ft2build.h, but only in comments.  I think it's probably
not actually pulling in anything from /usr/local because "freetype-config
--cflags" returns "-I/sw/include/freetype2 -I/sw/include" (for me).

/usr/X11R6/include/ft2build.h seems the same.

    Howard






------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to