diff options
Diffstat (limited to 'comms/vpb-driver/files/patch-src-vpbapi.cpp')
-rw-r--r-- | comms/vpb-driver/files/patch-src-vpbapi.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/comms/vpb-driver/files/patch-src-vpbapi.cpp b/comms/vpb-driver/files/patch-src-vpbapi.cpp new file mode 100644 index 000000000000..df5108eef116 --- /dev/null +++ b/comms/vpb-driver/files/patch-src-vpbapi.cpp @@ -0,0 +1,20 @@ +--- src/vpbapi.cpp Tue Aug 30 14:59:02 2005 ++++ src/vpbapi.cpp Tue Oct 4 21:19:06 2005 +@@ -516,7 +516,7 @@ + Comm *c); + + static jmp_buf env; +-#ifdef linux ++#if defined(linux) || defined(__FreeBSD__) + static int check_3dnow(); + static int check_sse(); + #endif +@@ -3803,7 +3803,7 @@ + + return(VPB_OK); + } +-#ifdef linux ++#if defined(linux) || defined(__FreeBSD__) + int WINAPI vpb_is_station(int h) + { + extern int vpb_pconf[12][12]; |