svn commit: r437265 - branches/2017Q1/net/hostapd/files

Jason Unovitch junovitch at FreeBSD.org
Thu Mar 30 01:50:01 UTC 2017


Author: junovitch
Date: Thu Mar 30 01:50:00 2017
New Revision: 437265
URL: https://svnweb.freebsd.org/changeset/ports/437265

Log:
  MFH: r437179
  
  Fix build broken by r436625.
  
  PR:		218036
  Approved by:	ports-secteam (with hat)

Added:
  branches/2017Q1/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c
     - copied unchanged from r437179, head/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c
Modified:
Directory Properties:
  branches/2017Q1/   (props changed)

Copied: branches/2017Q1/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c (from r437179, head/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2017Q1/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c	Thu Mar 30 01:50:00 2017	(r437265, copy of r437179, head/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c)
@@ -0,0 +1,14 @@
+--- src/l2_packet/l2_packet_freebsd.c.orig	2014-06-04 13:26:14 UTC
++++ src/l2_packet/l2_packet_freebsd.c
+@@ -8,7 +8,10 @@
+  */
+ 
+ #include "includes.h"
+-#if defined(__APPLE__) || defined(__GLIBC__)
++#if defined(__FreeBSD__) \
++ || defined(__DragonFly__) \
++ || defined(__APPLE__) \
++ || defined(__GLIBC__)
+ #include <net/bpf.h>
+ #endif /* __APPLE__ */
+ #include <pcap.h>


More information about the svn-ports-all mailing list