From d6844e505670eeb2eb96bd50ad78a736802b53fa Mon Sep 17 00:00:00 2001 From: gerald Date: Tue, 3 Jul 2012 21:50:29 +0000 Subject: Unconditionally prevent the detection of libinotify which currently fails the build on FreeBSD. PR: 168617 Reported by: Barbara --- emulators/wine/files/patch-libinotify | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 emulators/wine/files/patch-libinotify (limited to 'emulators') diff --git a/emulators/wine/files/patch-libinotify b/emulators/wine/files/patch-libinotify new file mode 100644 index 000000000000..81417ce95355 --- /dev/null +++ b/emulators/wine/files/patch-libinotify @@ -0,0 +1,12 @@ +diff --git a/configure b/configure +index 2646b0b..fc55a0e 100755 +--- configure ++++ configure +@@ -5888,7 +5888,6 @@ for ac_header in \ + sys/event.h \ + sys/exec_elf.h \ + sys/filio.h \ +- sys/inotify.h \ + sys/ioctl.h \ + sys/ipc.h \ + sys/limits.h \ -- cgit