diff options
author | tron <tron@pkgsrc.org> | 2001-12-20 09:19:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-12-20 09:19:53 +0000 |
commit | 71146f333ee2015a1dc555b20853e181378164cc (patch) | |
tree | 4f262d25e837db12d2b8bd96b651b1c07c0cad61 /x11/xview-lib/patches/patch-bf | |
parent | 268024ad5e826b779fdedb01575611de8d642d89 (diff) | |
download | pkgsrc-71146f333ee2015a1dc555b20853e181378164cc.tar.gz |
Cleanup patch files:
- unified format
- only one patch per file
- no files gets patched twice
Diffstat (limited to 'x11/xview-lib/patches/patch-bf')
-rw-r--r-- | x11/xview-lib/patches/patch-bf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/xview-lib/patches/patch-bf b/x11/xview-lib/patches/patch-bf new file mode 100644 index 00000000000..8541441fb03 --- /dev/null +++ b/x11/xview-lib/patches/patch-bf @@ -0,0 +1,22 @@ +$NetBSD: patch-bf,v 1.1 2001/12/20 09:19:57 tron Exp $ + +--- lib/libxview/frame/frame_base.h.orig Tue Jun 29 07:16:14 1993 ++++ lib/libxview/frame/frame_base.h Thu Dec 20 10:09:16 2001 +@@ -17,11 +17,16 @@ + #define _frame_base_h_already_included + + /* standard includes */ ++#ifdef NULL ++#undef NULL ++#endif + #ifndef FILE + #ifndef SVR4 +-#undef NULL + #endif SVR4 + #include <stdio.h> ++#ifndef NULL ++#define NULL 0 ++#endif + #endif FILE + #include <sys/time.h> + #include <xview/notify.h> |