diff options
author | gerald <gerald@FreeBSD.org> | 2012-07-04 05:50:29 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-07-04 05:50:29 +0800 |
commit | d6844e505670eeb2eb96bd50ad78a736802b53fa (patch) | |
tree | 8cc5b998f8663e93e16280e6a36fc059c7c86a54 | |
parent | 5247bb0fa266afa1f8ea97eeda06476a27224512 (diff) | |
download | freebsd-ports-gnome-d6844e505670eeb2eb96bd50ad78a736802b53fa.tar.gz freebsd-ports-gnome-d6844e505670eeb2eb96bd50ad78a736802b53fa.tar.zst freebsd-ports-gnome-d6844e505670eeb2eb96bd50ad78a736802b53fa.zip |
Unconditionally prevent the detection of libinotify which currently
fails the build on FreeBSD.
PR: 168617
Reported by: Barbara <barbara.xxx1975@libero.it>
-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 \ |