Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2015 18:24:30 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396126 - head/net/wmwlmon/files
Message-ID:  <201509041824.t84IOU4e089415@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep  4 18:24:29 2015
New Revision: 396126
URL: https://svnweb.freebsd.org/changeset/ports/396126

Log:
  - Fix build on >=10.2: IFM_TYPE_MATCH is defined now
  
  Approved by:	portmgr blanket

Added:
  head/net/wmwlmon/files/patch-wl.h   (contents, props changed)

Added: head/net/wmwlmon/files/patch-wl.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/wmwlmon/files/patch-wl.h	Fri Sep  4 18:24:29 2015	(r396126)
@@ -0,0 +1,11 @@
+--- wl.h.orig	2006-05-04 18:44:47 UTC
++++ wl.h
+@@ -16,7 +16,7 @@
+  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+  */
+ 
+-#ifndef __OpenBSD__ 
++#ifndef IFM_TYPE_MATCH
+ #define IFM_TYPE_MATCH(dt, t) (IFM_TYPE((dt)) == 0 || \
+     IFM_TYPE((dt)) == IFM_TYPE((t)))
+ #endif



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