pkgsrc/x11/xf86-video-chips/patches/patch-configure
tnn c708848e79 Make xf86-video-* drivers build against xorg-server-1.17 in addition to the
old 1.12 server. Mostly from FDO git. (xf86-video-ati6 was manually ported)
2015-04-02 22:16:45 +00:00

15 lines
398 B
Text

$NetBSD: patch-configure,v 1.2 2015/04/02 22:16:46 tnn Exp $
* use the header file really used in util.
--- configure.orig 2012-07-17 06:18:46.000000000 +0000
+++ configure
@@ -18182,7 +18182,7 @@ $as_echo_n "checking for inb... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-#include "util/AsmMacros.h"
+#include "util/iopl.h"
int main() {
int x = inb(0);