From 2284b3b0158710d78c1003e171a0692a89f0ce8d Mon Sep 17 00:00:00 2001 From: stefanct Date: Sat, 10 Jan 2015 09:33:06 +0000 Subject: 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. Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1866 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- hwaccess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hwaccess.h') diff --git a/hwaccess.h b/hwaccess.h index f2b14df..a4fd502 100644 --- a/hwaccess.h +++ b/hwaccess.h @@ -40,7 +40,7 @@ */ #define index shadow_workaround_index -#if !defined (__NetBSD__) && !defined (__DragonFly__) +#if !defined (__NetBSD__) #include #else #include -- cgit v1.2.1