1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/comms/vpb2/files/patch-vpbreg.cpp
Mark Linimon 6202905164 The port did not build on many systems due to conflicting and missing
headers in certain files.  It also blindly assumed the default prefix
for the etc directory was /etc.  Also pet portlint.

PR:		ports/60680
Submitted by:	Samy Al Bahra <samy@kerneled.com>
2003-12-29 07:58:47 +00:00

12 lines
436 B
C++

--- vpbreg.cpp.orig Sun Dec 28 11:07:43 2003
+++ vpbreg.cpp Sun Dec 28 11:08:25 2003
@@ -57,7 +57,7 @@
#define NUM_CARDS 1 // number of VPBs in PC
#define BASE 0x300 // ISA card base address
-#define FIRMWARE_FILE "/etc/vpbmain.out"
+#define FIRMWARE_FILE "PREFIX/etc/vpbmain.out"
/*-------------------------------------------------------------------------*\