diff options
Diffstat (limited to 'graphics/xplot/patches/patch-ac')
-rw-r--r-- | graphics/xplot/patches/patch-ac | 15 |
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 |