diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-05 18:03:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-05 18:03:15 +0000 |
commit | 380e258a409cfc09f61904e113de70ea9a6521bf (patch) | |
tree | 7ef2ef829c9116e741ecf19f244e07afd78bdd35 /comms/vpb-driver/files/patch-src-vpbapi.cpp | |
parent | Update to 1.22 (diff) |
2006-12-01 comms/vpb-driver: leaves files behind on deinstall
2006-12-01 irc/xchat-ecl-plugin: Does not build
2006-12-01 french/gnome-verbiste: does not install
Notes
Notes:
svn path=/head/; revision=181539
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, 0 insertions, 20 deletions
diff --git a/comms/vpb-driver/files/patch-src-vpbapi.cpp b/comms/vpb-driver/files/patch-src-vpbapi.cpp deleted file mode 100644 index df5108eef116..000000000000 --- a/comms/vpb-driver/files/patch-src-vpbapi.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- 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]; |