diff options
author | vs <vs@FreeBSD.org> | 2004-07-09 00:33:53 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-09 00:33:53 +0800 |
commit | f62bd49bf52d14397b433486ef7ed4eca89ea444 (patch) | |
tree | d994ad4b19b15bd699e7f2c6dedcc53bd60ee9d3 /graphics/sane-backends | |
parent | f4b2a9a31c0ee814fc1e71d5ec7a9aebc5de506d (diff) | |
download | freebsd-ports-gnome-f62bd49bf52d14397b433486ef7ed4eca89ea444.tar.gz freebsd-ports-gnome-f62bd49bf52d14397b433486ef7ed4eca89ea444.tar.zst freebsd-ports-gnome-f62bd49bf52d14397b433486ef7ed4eca89ea444.zip |
Patch 'configure' to ignore libc.h from x11-toolkits/9libs
Closes PR: ports/68788
Submitted by: Siegbert Baude
Diffstat (limited to 'graphics/sane-backends')
-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 \ |