diff options
Diffstat (limited to 'x11/xview-lib/patches/patch-dl')
-rw-r--r-- | x11/xview-lib/patches/patch-dl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/xview-lib/patches/patch-dl b/x11/xview-lib/patches/patch-dl new file mode 100644 index 00000000000..ae43c9adb17 --- /dev/null +++ b/x11/xview-lib/patches/patch-dl @@ -0,0 +1,16 @@ +$NetBSD: patch-dl,v 1.1 2001/12/20 09:20:07 tron Exp $ + +--- lib/libxview/notify/ndet.h.orig Tue Jun 29 07:18:12 1993 ++++ lib/libxview/notify/ndet.h Thu Dec 20 10:09:16 2001 +@@ -17,6 +17,11 @@ + #ifndef NDET_DEFINED + #define NDET_DEFINED + ++#include <sys/param.h> ++#if (defined(BSD) && (BSD >= 199103)) ++#include <signal.h> ++#endif ++ + /* + ********************** Detector Loop Notes **************************** + Here is some notes on the detector loop: |