> >> -#include <lzo/lzo1x.h> > >> -#include <lzo/lzoutil.h> > >> +#include <lzo1x.h> > >> +#include <lzoutil.h>
> And here is a question for the freebsd-ports@ masters. If a port only > requires basic lzo functionality, is there an easy way to just work with > whatever version (lzo1 or lzo2) the user already has installed on the > system? Thus possibly avoiding the user ending up with both versions on > his system. If the only problem is the location of the header file, why not use -L/dir/ to search both places? Then it should work with either lzo1 or lzo2. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
