diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-06-29 12:51:44 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-06-29 12:51:44 +0800 |
commit | 01fe8b84a4c609e51bab9a043718f686b4c06ed3 (patch) | |
tree | d990759b02974d37a8380f79383236fd0af94693 /devel | |
parent | db4c4b0c916f83efc6a075c2b45a944b37f37269 (diff) | |
download | freebsd-ports-graphics-01fe8b84a4c609e51bab9a043718f686b4c06ed3.tar.gz freebsd-ports-graphics-01fe8b84a4c609e51bab9a043718f686b4c06ed3.tar.zst freebsd-ports-graphics-01fe8b84a4c609e51bab9a043718f686b4c06ed3.zip |
Add patch to fix build on 6
PR: ports/82742
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/commoncpp/files/patch-src_nat.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/commoncpp/files/patch-src_nat.cpp b/devel/commoncpp/files/patch-src_nat.cpp new file mode 100644 index 00000000000..a4dc3333145 --- /dev/null +++ b/devel/commoncpp/files/patch-src_nat.cpp @@ -0,0 +1,12 @@ +--- src/nat.cpp.orig Tue Jun 28 23:19:51 2005 ++++ src/nat.cpp Tue Jun 28 23:26:15 2005 +@@ -127,6 +127,9 @@ + #else + # define NAT_SYSCALL "ioctl" + # ifdef HAVE_NAT_IPF ++# ifndef IPL_NAT ++# define IPL_NAT IPNAT_NAME ++# endif + # define NAT_DEVICE IPL_NAT + # else + # ifdef HAVE_NAT_PF |