From f62bd49bf52d14397b433486ef7ed4eca89ea444 Mon Sep 17 00:00:00 2001 From: vs Date: Thu, 8 Jul 2004 16:33:53 +0000 Subject: Patch 'configure' to ignore libc.h from x11-toolkits/9libs Closes PR: ports/68788 Submitted by: Siegbert Baude --- graphics/sane-backends/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/sane-backends/files/patch-configure 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 \ -- cgit