Include <sys/param.h> on NetBSD, so anything which includes xv.h will
compile.
This commit is contained in:
parent
95e75c4a42
commit
8ff63674e2
1 changed files with 13 additions and 0 deletions
13
graphics/xv/patches/patch-af
Normal file
13
graphics/xv/patches/patch-af
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- xv.h 1997/11/20 12:25:30 1.1
|
||||
+++ xv.h 1997/11/20 12:25:47
|
||||
@@ -107,9 +107,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
-#if defined(__FreeBSD__)
|
||||
-# include <sys/param.h>
|
||||
-#endif
|
||||
+#include <sys/param.h>
|
||||
|
||||
|
||||
/* include files */
|
Loading…
Reference in a new issue