summaryrefslogtreecommitdiff
path: root/graphics/xplot
diff options
context:
space:
mode:
authorthorpej <thorpej@pkgsrc.org>1997-12-14 21:21:53 +0000
committerthorpej <thorpej@pkgsrc.org>1997-12-14 21:21:53 +0000
commit4f6fd141ecb066a737401c41fa800a220abd95dc (patch)
treed57dc5652d15889f7ad5c37dbe4bd788fdc4fb99 /graphics/xplot
parentf961ef8924f6df58076cdb60090b506564de0289 (diff)
downloadpkgsrc-4f6fd141ecb066a737401c41fa800a220abd95dc.tar.gz
Add a patch from Kevin Lahey that allows xplot to work with .xpl files
created by tcptrace, a TCP tracing tool more complete than xplot's included tcpdump2xplot.pl. Patch has been submitted to Tim for the next release of xplot. XXX Claim is that libc's atoi() is broken; investigate this further.
Diffstat (limited to 'graphics/xplot')
-rw-r--r--graphics/xplot/patches/patch-ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/xplot/patches/patch-ac b/graphics/xplot/patches/patch-ac
new file mode 100644
index 00000000000..96ed2e0fd33
--- /dev/null
+++ b/graphics/xplot/patches/patch-ac
@@ -0,0 +1,15 @@
+*** unsigned.c.orig Fri Dec 12 20:16:26 1997
+--- unsigned.c Fri Dec 12 20:16:52 1997
+***************
+*** 45,50 ****
+--- 45,54 ----
+ #define LIBC_ATOI_IS_BROKEN
+ #endif
+
++ #ifdef __NetBSD__
++ #define LIBC_ATOI_IS_BROKEN
++ #endif
++
+ #ifdef LIBC_ATOI_IS_BROKEN
+ #include <ctype.h>
+ #endif