ports/devel/py-freebsd/files/freebsd11_patch-src__.const.def
Dmitry Marakasov 61a39dbf2f - Fix build on CURRENT
PR:		194488
Submitted by:	amdmi3
Approved by:	maitainer timeout
2014-11-23 14:35:38 +00:00

10 lines
446 B
Modula-2

--- src/.const.def.orig 2005-12-09 06:40:56.000000000 +0300
+++ src/.const.def 2014-10-18 00:25:38.000000000 +0400
@@ -69,7 +69,6 @@
SETDICT_INT(d, "IFF_DEBUG", IFF_DEBUG);
SETDICT_INT(d, "IFF_LOOPBACK", IFF_LOOPBACK);
SETDICT_INT(d, "IFF_POINTOPOINT", IFF_POINTOPOINT);
-SETDICT_INT(d, "IFF_SMART", IFF_SMART);
SETDICT_INT(d, "IFF_RUNNING", IFF_RUNNING);
SETDICT_INT(d, "IFF_NOARP", IFF_NOARP);
SETDICT_INT(d, "IFF_PROMISC", IFF_PROMISC);