From owner-svn-ports-all@FreeBSD.ORG Sat Jul 5 23:35:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7C13758; Sat, 5 Jul 2014 23:35:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9575329BE; Sat, 5 Jul 2014 23:35:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s65NZak3042750; Sat, 5 Jul 2014 23:35:36 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s65NZalc042749; Sat, 5 Jul 2014 23:35:36 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201407052335.s65NZalc042749@svn.freebsd.org> From: John Marino Date: Sat, 5 Jul 2014 23:35:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360846 - head/net/libnet/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2014 23:35:36 -0000 Author: marino Date: Sat Jul 5 23:35:36 2014 New Revision: 360846 URL: http://svnweb.freebsd.org/changeset/ports/360846 QAT: https://qat.redports.org/buildarchive/r360846/ Log: net/libnet: Fix build on DragonFly (dports) Modified: head/net/libnet/files/patch-libnet.h.in Modified: head/net/libnet/files/patch-libnet.h.in ============================================================================== --- head/net/libnet/files/patch-libnet.h.in Sat Jul 5 23:35:03 2014 (r360845) +++ head/net/libnet/files/patch-libnet.h.in Sat Jul 5 23:35:36 2014 (r360846) @@ -1,10 +1,10 @@ --- include/libnet.h.in.orig 2012-03-06 01:45:46.000000000 +0100 -+++ include/libnet.h.in 2012-04-18 20:37:06.000000000 +0200 ++++ include/libnet.h.in @@ -81,6 +81,9 @@ #if !defined(__WIN32__) # include # include -+# if (__FreeBSD__) ++# if defined (__FreeBSD__) || defined (__DragonFly__) +# include +# endif #else /* __WIN32__ */