diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-07-03 21:50:29 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-07-03 21:50:29 +0000 |
commit | ac202d12261cf3b21f33e7b8eab99e85268b4ab7 (patch) | |
tree | d34a8e543f4adf3b7e3ed83df0c33ee74a1a0591 /emulators | |
parent | be44c0a9db480bbd9f19b1265f1bdadc24412f45 (diff) |
Unconditionally prevent the detection of libinotify which currently
fails the build on FreeBSD.
PR: 168617
Reported by: Barbara <barbara.xxx1975@libero.it>
Notes
Notes:
svn path=/head/; revision=300457
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine/files/patch-libinotify | 12 |
1 files changed, 12 insertions, 0 deletions
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 \ |