pkgsrc/x11/xview-lib/patches/patch-bd
abs c9c8f97e88 - Add PKG_DESTDIR_SUPPORT
- Depend on the latest version of xview-config
- Mark as LICENSE sun-openlook-license
- Bump pkgrevision
2009-12-10 20:35:56 +00:00

22 lines
461 B
Text

$NetBSD: patch-bd,v 1.2 2009/12/10 20:35:57 abs Exp $
--- lib/libxview/frame/fm_props.h.orig 1993-06-29 05:16:14.000000000 +0000
+++ lib/libxview/frame/fm_props.h
@@ -13,11 +13,16 @@
#define _frame_props_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>