Date: Fri, 15 Aug 2014 19:51:51 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365031 - head/net/udpxy/files Message-ID: <201408151951.s7FJppfB054079@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Fri Aug 15 19:51:51 2014 New Revision: 365031 URL: http://svnweb.freebsd.org/changeset/ports/365031 QAT: https://qat.redports.org/buildarchive/r365031/ Log: Fix build. Added: head/net/udpxy/files/patch-dpkt.c (contents, props changed) Added: head/net/udpxy/files/patch-dpkt.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/udpxy/files/patch-dpkt.c Fri Aug 15 19:51:51 2014 (r365031) @@ -0,0 +1,12 @@ +--- dpkt.c.orig 2014-08-15 15:49:16.000000000 -0400 ++++ dpkt.c 2014-08-15 15:49:34.000000000 -0400 +@@ -54,7 +54,9 @@ + "UDPXY-UDS", + "RAW" + }; ++#ifndef NDEBUG + static const int UPXDT_LEN = sizeof(upxfmt_NAME) / sizeof(upxfmt_NAME[0]); ++#endif + + + const char*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408151951.s7FJppfB054079>