Modified: trunk/dports/net/dnstop/Portfile (32348 => 32349)
--- trunk/dports/net/dnstop/Portfile 2007-12-26 20:23:54 UTC (rev 32348)
+++ trunk/dports/net/dnstop/Portfile 2007-12-26 20:41:11 UTC (rev 32349)
@@ -30,3 +30,7 @@
livecheck.url ${master_sites}/MD5s.txt
livecheck.check moddate
+
+platform darwin 9 {
+ patchfiles-append patch-hashtbl.h.diff
+}
Added: trunk/dports/net/dnstop/files/patch-hashtbl.h.diff (0 => 32349)
--- trunk/dports/net/dnstop/files/patch-hashtbl.h.diff (rev 0)
+++ trunk/dports/net/dnstop/files/patch-hashtbl.h.diff 2007-12-26 20:41:11 UTC (rev 32349)
@@ -0,0 +1,11 @@
+--- hashtbl.h.orig 2007-12-26 21:36:36.000000000 +0100
++++ hashtbl.h 2007-12-26 21:37:57.000000000 +0100
+@@ -7,6 +7,8 @@
+ * reserved. See the LICENSE file for details.
+ */
+
++#include <stdint.h>
++
+ typedef struct _hashitem {
+ const void *key;
+ void *data;