svn commit: r399113 - head/emulators/wine-devel/files

Gerald Pfeifer gerald at FreeBSD.org
Mon Oct 12 05:54:58 UTC 2015


Author: gerald
Date: Mon Oct 12 05:54:57 2015
New Revision: 399113
URL: https://svnweb.freebsd.org/changeset/ports/399113

Log:
  Unconditionally prevent the detection of libinotify which fails the
  build in the presence of devel/libinotify and is not really necessary.
  
  PR:		202564, 168617

Added:
  head/emulators/wine-devel/files/patch-libinotify   (contents, props changed)

Added: head/emulators/wine-devel/files/patch-libinotify
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/wine-devel/files/patch-libinotify	Mon Oct 12 05:54:57 2015	(r399113)
@@ -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 \


More information about the svn-ports-head mailing list