diff --git a/ChangeLog b/ChangeLog index 4286602ac..e346542a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-05-16 Chris Bagwell + * README.freebsd: Add suggested hint that configure needs + to be told location of external libraries installed through + Ports. + 2010-05-16 Stéphane Voltz * backend/genesys.[ch] backend/genesys_devices.c backend/genesys.conf.in backend/genesys_gl847.[ch] diff --git a/README.freebsd b/README.freebsd index d3423c2c9..68cf1a860 100644 --- a/README.freebsd +++ b/README.freebsd @@ -6,6 +6,12 @@ Building: Don't forget to use GNU make (gmake). E.g. "MAKE=gmake ./configure". SANE should compile and install out-of-the-box. +If you've installed some of the optional libraries that sane-backends +can make use of (see README for list) using Ports then you will need to +let configure know about their locations: + +MAKE=gmake CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure + SCSI-scanners: -------------- If the SCSI host adapter is supported, there are no known problems.