diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-08 16:33:53 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-08 16:33:53 +0000 |
commit | 1c7ea1c997277e82bd17f376a35292611c86b820 (patch) | |
tree | eda0bffa9227d992c6f6d49ea239848e41c6791b /graphics | |
parent | b5e05a7dd019af300522731b480fd2254a6fef66 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane-backends/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/sane-backends/files/patch-configure b/graphics/sane-backends/files/patch-configure new file mode 100644 index 000000000000..d8c8b273d2db --- /dev/null +++ b/graphics/sane-backends/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Thu Jul 8 18:29:34 2004 ++++ configure Thu Jul 8 18:29:51 2004 +@@ -6464,7 +6464,7 @@ + + + +-for ac_header in fcntl.h unistd.h libc.h sys/dsreq.h sys/select.h \ ++for ac_header in fcntl.h unistd.h sys/dsreq.h sys/select.h \ + sys/time.h sys/shm.h \ + sys/scanio.h scsi.h sys/scsi.h sys/scsicmd.h sys/scsiio.h \ + bsd/dev/scsireg.h scsi/sg.h /usr/src/linux/include/scsi/sg.h io/cam/cam.h \ |