svn commit: r365031 - head/net/udpxy/files

Adam Weinberger adamw at FreeBSD.org
Fri Aug 15 19:51:51 UTC 2014


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*


More information about the svn-ports-all mailing list