pkgsrc/graphics/cqcam/patches/patch-ak
rillig fd0f980dbe Fixed the build problems on Solaris. The next problem is that the
program tries to install a kernel driver allowing unrestricted access to
all hardware ports. Unprivileged users cannot do that anyway.

XXX: Should we disallow the installation on Solaris at all because of this?
2007-01-17 02:25:45 +00:00

9 lines
266 B
Text

$NetBSD: patch-ak,v 1.1 2007/01/17 02:25:45 rillig Exp $
--- libcqcam/solaris-io.C.orig 2000-08-17 12:31:03.000000000 +0200
+++ libcqcam/solaris-io.C 2007-01-17 02:49:50.557066984 +0100
@@ -1,3 +1,4 @@
+#include <stdio.h>
#include <unistd.h>
#include <errno.h>