diff options
author | agc <agc@pkgsrc.org> | 1997-11-20 13:15:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-11-20 13:15:55 +0000 |
commit | 8ff63674e21664b76d58f519e0b2b20a42a6e17f (patch) | |
tree | 0e32ed858d99450fed8cc30a4810696afc304e0a /graphics/xv/patches/patch-af | |
parent | 95e75c4a42278292ab3c793206d71720c415af00 (diff) | |
download | pkgsrc-8ff63674e21664b76d58f519e0b2b20a42a6e17f.tar.gz |
Include <sys/param.h> on NetBSD, so anything which includes xv.h will
compile.
Diffstat (limited to 'graphics/xv/patches/patch-af')
-rw-r--r-- | graphics/xv/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/xv/patches/patch-af b/graphics/xv/patches/patch-af new file mode 100644 index 00000000000..0b54dde2f0d --- /dev/null +++ b/graphics/xv/patches/patch-af @@ -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 */ |