1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Fix build on >=10.2: IFM_TYPE_MATCH is defined now

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-09-04 18:24:29 +00:00
parent 17c3d3a24a
commit 5da4d4c794
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396126

View File

@ -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