diff options
author | gerald <gerald@FreeBSD.org> | 2015-10-12 13:54:57 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-10-12 13:54:57 +0800 |
commit | 8e9b1c9dcfe73c6766c9591a85b40ea2a9e4bf2b (patch) | |
tree | 843b269e230b206f539d5dfd82cdb1918577ef60 /emulators/wine-devel | |
parent | 9a7cd7771b32aa1ee37f689e628d967a0435e514 (diff) | |
download | freebsd-ports-gnome-8e9b1c9dcfe73c6766c9591a85b40ea2a9e4bf2b.tar.gz freebsd-ports-gnome-8e9b1c9dcfe73c6766c9591a85b40ea2a9e4bf2b.tar.zst freebsd-ports-gnome-8e9b1c9dcfe73c6766c9591a85b40ea2a9e4bf2b.zip |
Unconditionally prevent the detection of libinotify which fails the
build in the presence of devel/libinotify and is not really necessary.
PR: 202564, 168617
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/files/patch-libinotify | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/wine-devel/files/patch-libinotify b/emulators/wine-devel/files/patch-libinotify new file mode 100644 index 000000000000..81417ce95355 --- /dev/null +++ b/emulators/wine-devel/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 \ |