Package: vbetool
Severity: important
Version: 0.7-1.1
Tags: patch


Hi,

the current version fails to build on kfreebsd-amd64.

It needs small tweak, as ioperm() is not available.

It would also be nice if you can ask upstream
to include this change.

Thanks in advance

                        Petr

--- vbetool-0.7/vbetool.c
+++ vbetool-0.7/vbetool.c
@@ -42,7 +42,9 @@
                exit(1);
        }

+#if !(defined(__FreeBSD_kernel__) && defined(__x86_64__))
        ioperm(0, 1024, 1);
+#endif
        iopl(3);

        pacc = pci_alloc();



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to