summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2015-01-10 09:33:06 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2015-01-10 09:33:06 +0000
commit8d21ff1d63e9ce1039fb1cba978e26ecbaec492d (patch)
tree26e086e92fa8e798bbbd660b5a8c0bc2ecb47209 /README
parent4c32af89998df9cae2a20d50e219c195070b012f (diff)
downloadast2050-flashrom-8d21ff1d63e9ce1039fb1cba978e26ecbaec492d.zip
ast2050-flashrom-8d21ff1d63e9ce1039fb1cba978e26ecbaec492d.tar.gz
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>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 2 insertions, 6 deletions
diff --git a/README b/README
index b8dec83..b29784c 100644
--- a/README
+++ b/README
@@ -68,7 +68,7 @@ To compile on Linux, use:
make
-To compile on FreeBSD, use:
+To compile on FreeBSD, OpenBSD or DragonFly BSD, use:
gmake
@@ -80,11 +80,7 @@ To compile on Solaris, use:
gmake LDFLAGS="-L$pathtolibpci" CC="gcc -I$pathtopciheaders" CFLAGS=-O2
-To compile on NetBSD or DragonFly BSD (with pciutils, libftdi, libusb installed in /usr/pkg/), use:
-
- gmake
-
-To compile on OpenBSD, use:
+To compile on NetBSD (with pciutils, libftdi, libusb installed in /usr/pkg/), use:
gmake
OpenPOWER on IntegriCloud