git: 4e53f78791b6 - main - emulators/parallels-tools: Add Aarch64 support.

Alexander Nedotsukov bland at FreeBSD.org
Thu Jun 24 14:05:21 UTC 2021


The branch main has been updated by bland:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4e53f78791b649448c0bc20b15da18050a52f2b7

commit 4e53f78791b649448c0bc20b15da18050a52f2b7
Author:     Alexander Nedotsukov <bland at FreeBSD.org>
AuthorDate: 2021-06-24 14:02:10 +0000
Commit:     Alexander Nedotsukov <bland at FreeBSD.org>
CommitDate: 2021-06-24 14:04:47 +0000

    emulators/parallels-tools: Add Aarch64 support.
    
    PR: 256279
    Submitted by: Vincent Milum Jr <freebsd at darkain.com>
---
 emulators/parallels-tools/files/patch-pvmnet-ParallelsTypes.h | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/emulators/parallels-tools/files/patch-pvmnet-ParallelsTypes.h b/emulators/parallels-tools/files/patch-pvmnet-ParallelsTypes.h
new file mode 100644
index 000000000000..210a3f717468
--- /dev/null
+++ b/emulators/parallels-tools/files/patch-pvmnet-ParallelsTypes.h
@@ -0,0 +1,11 @@
+--- pvmnet/ParallelsTypes.h	2021-05-31 02:45:16 UTC
++++ pvmnet/ParallelsTypes.h	
+@@ -48,6 +48,8 @@ 
+ #ifndef _32BIT_
+ 	#define _32BIT_
+ #endif
++#elif defined(__aarch64__)
++	#define _64BIT_
+ #else
+ 	#error "Failed to determine processor architecture"
+ #endif


More information about the dev-commits-ports-main mailing list