freebsd-ports/net/xorp/files/patch-element.hh
Kurt Jaeger aed832b2a9 net/xorp: fix build
PR:		217152
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Reported by:	O. Hartmann <ohartmann@walstatt.org>
Approved by:	hrs (maintainer timeout)
2018-07-14 14:10:29 +00:00

11 lines
267 B
C++

--- policy/common/element.hh.orig 2018-07-03 02:07:04 UTC
+++ policy/common/element.hh
@@ -24,6 +24,7 @@
#define __POLICY_COMMON_ELEMENT_HH__
+#pragma clang diagnostic ignored "-Wundefined-var-template"
#include "libxorp/ipv4.hh"
#include "libxorp/ipv6.hh"