comms/snap7: port to aarch64

This commit is contained in:
Mikael Urankar 2021-09-14 15:53:07 +02:00
parent 41b3872375
commit c99e872fa7
2 changed files with 15 additions and 2 deletions

View File

@ -12,8 +12,6 @@ COMMENT= Multi-platform Ethernet S7 PLC communication suite
LICENSE= GPLv3
ONLY_FOR_ARCHS= amd64 armv6 i386 mips powerpc64 powerpc64le powerpc
USES= gmake
USE_LDCONFIG= yes

View File

@ -0,0 +1,15 @@
--- aarch64_bsd.mk.orig 2021-07-21 15:55:09 UTC
+++ aarch64_bsd.mk
@@ -0,0 +1,12 @@
+##
+## aarch64 BSD based (FreeBSD etc.) Makefile
+## Use gmake instead of make
+##
+TargetCPU :=aarch64
+OS :=bsd
+CXXFLAGS := -O3 -g -fPIC -pedantic
+
+# Standard part
+
+include common.mk
+