Modified: trunk/dports/net/lft/Portfile (76462 => 76463)
--- trunk/dports/net/lft/Portfile 2011-02-24 01:52:41 UTC (rev 76462)
+++ trunk/dports/net/lft/Portfile 2011-02-24 14:21:00 UTC (rev 76463)
@@ -27,6 +27,8 @@
depends_lib port:libpcap
+patchfiles patch-lft_lib.c.diff
+
configure.args --mandir=\\\${prefix}/share/man
destroot.destdir prefix=${destroot}${prefix}
Added: trunk/dports/net/lft/files/patch-lft_lib.c.diff (0 => 76463)
--- trunk/dports/net/lft/files/patch-lft_lib.c.diff (rev 0)
+++ trunk/dports/net/lft/files/patch-lft_lib.c.diff 2011-02-24 14:21:00 UTC (rev 76463)
@@ -0,0 +1,13 @@
+--- lft_lib.c.orig 2011-02-17 16:05:14.000000000 -0500
++++ lft_lib.c 2011-02-23 08:55:37.000000000 -0500
+@@ -18,6 +18,10 @@
+ #include "lft_btcptrace.h"
+ #include "lft_icmptrace.h"
+
++#ifndef AI_NUMERICSERV
++# define AI_NUMERICSERV 0
++#endif
++
+ /*---------------------------------------------------------------------------*/
+ const int start_dport = 33434; /* starting port for UDP tracing (traceroute
+ compatibility for some targets that care */