pkgsrc/x11/xview-lib/patches/patch-df
tron 71146f333e Cleanup patch files:
- unified format
- only one patch per file
- no files gets patched twice
2001-12-20 09:19:53 +00:00

13 lines
360 B
Text

$NetBSD: patch-df,v 1.1 2001/12/20 09:20:06 tron Exp $
--- lib/libxview/textsw/txt_filter.c.orig Tue Jun 29 07:17:39 1993
+++ lib/libxview/textsw/txt_filter.c Thu Dec 20 10:09:58 2001
@@ -31,7 +31,7 @@
#include <signal.h>
#include <string.h>
-#ifdef sparc
+#if defined(sparc) && !(defined(BSD) && (BSD >= 199306))
#ifdef SVR4
#include <unistd.h>
#else