1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 22:21:16 +02:00

Refinements for DragonflyBSD

- /usr/include/cpu/param.h defines PAGE_MASK already, hence use another
   name for the respective macro in nicintel_eeprom.c.
 - Since DragonflyBSD 3.6 DPorts is used as the default package manager.
   Therefore we should use /usr/local/ instead of /usr/pkg/ on default
   to fetch libraries.

Corresponding to flashrom svn r1866.

Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:
Stefan Tauner
2015-01-10 09:33:06 +00:00
parent 4c32af8999
commit 8d21ff1d63
4 changed files with 11 additions and 15 deletions

View File

@ -40,7 +40,7 @@
*/
#define index shadow_workaround_index
#if !defined (__NetBSD__) && !defined (__DragonFly__)
#if !defined (__NetBSD__)
#include <pci/pci.h>
#else
#include <pciutils/pci.h>