pkgsrc/x11/xview-lib/patches/patch-an
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

16 lines
620 B
Text

$NetBSD: patch-an,v 1.5 2009/12/10 20:35:56 abs Exp $
--- lib/libxview/io_stream/othr_strms.c.orig 1993-06-29 05:15:05.000000000 +0000
+++ lib/libxview/io_stream/othr_strms.c
@@ -17,7 +17,11 @@ static char sccsid[] = "@(#)othr_str
#define GetFCSData struct xv_filter_comments_stream_data *data = (struct xv_filter_comments_stream_data*) in->client_data
+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__)
static struct xv_filter_comments_stream_data {
+#else
+struct xv_filter_comments_stream_data {
+#endif
Bool backed_up;
char backup, lastchar;
};