SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
sysutils/flashrom/patches/patch-hwaccess_h
Normal file
16
sysutils/flashrom/patches/patch-hwaccess_h
Normal file
|
@ -0,0 +1,16 @@
|
|||
use patched pciutils.
|
||||
|
||||
Index: hwaccess.h
|
||||
--- hwaccess.h.orig
|
||||
+++ hwaccess.h
|
||||
@@ -30,7 +30,9 @@
|
||||
*/
|
||||
#define index shadow_workaround_index
|
||||
|
||||
-#if !defined (__NetBSD__)
|
||||
+#ifdef __OpenBSD__
|
||||
+#include "pciutils/lib/pci.h"
|
||||
+#elif !defined (__NetBSD__)
|
||||
#include <pci/pci.h>
|
||||
#else
|
||||
#include <pciutils/pci.h>
|
Loading…
Add table
Add a link
Reference in a new issue