diff options
author | ler <ler@FreeBSD.org> | 2018-01-15 03:33:24 +0800 |
---|---|---|
committer | ler <ler@FreeBSD.org> | 2018-01-15 03:33:24 +0800 |
commit | b5e3107be89ec8bb66667c9508cec7fd4919984c (patch) | |
tree | 704a84d8d355266f8864bcf076ff7d8b8cfdcba8 /net/boinc-client | |
parent | e6a308a08dac799b9b4ada287d2d474c441f5bee (diff) | |
download | freebsd-ports-gnome-b5e3107be89ec8bb66667c9508cec7fd4919984c.tar.gz freebsd-ports-gnome-b5e3107be89ec8bb66667c9508cec7fd4919984c.tar.zst freebsd-ports-gnome-b5e3107be89ec8bb66667c9508cec7fd4919984c.zip |
net/boinc-client: remove file that should have been deleted
Pointy Hat: ler
Diffstat (limited to 'net/boinc-client')
-rw-r--r-- | net/boinc-client/files/patch-client__hostinfo_unix.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/boinc-client/files/patch-client__hostinfo_unix.cpp b/net/boinc-client/files/patch-client__hostinfo_unix.cpp deleted file mode 100644 index 0b63fa6a281f..000000000000 --- a/net/boinc-client/files/patch-client__hostinfo_unix.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- client/hostinfo_unix.cpp.orig 2013-12-20 14:28:08.000000000 -0600 -+++ client/hostinfo_unix.cpp 2014-04-16 17:07:56.996236131 -0500 -@@ -1213,6 +1213,8 @@ - - #if LINUX_LIKE_SYSTEM - safe_strcpy(path, "/usr/lib/virtualbox/VBoxManage"); -+#elif defined( __FreeBSD__) -+ safe_strcpy(path, "@PREFIX@/lib/virtualbox/VBoxManage"); - #elif defined( __APPLE__) - FSRef theFSRef; - OSStatus status = noErr; -@@ -1231,7 +1233,7 @@ - #endif - - if (boinc_file_exists(path)) { --#if LINUX_LIKE_SYSTEM -+#if LINUX_LIKE_SYSTEM || defined( __FreeBSD__) - if (access(path, X_OK)) { - return 0; - } |