aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2012-07-04 05:50:29 +0800
committergerald <gerald@FreeBSD.org>2012-07-04 05:50:29 +0800
commitd6844e505670eeb2eb96bd50ad78a736802b53fa (patch)
tree8cc5b998f8663e93e16280e6a36fc059c7c86a54 /emulators
parent5247bb0fa266afa1f8ea97eeda06476a27224512 (diff)
downloadfreebsd-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>
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine/files/patch-libinotify12
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 \