Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 2015 05:54:57 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399113 - head/emulators/wine-devel/files
Message-ID:  <201510120554.t9C5svSJ049397@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510120554.t9C5svSJ049397>