mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
comms/snap7: port to aarch64
This commit is contained in:
parent
41b3872375
commit
c99e872fa7
2 changed files with 15 additions and 2 deletions
|
@ -12,8 +12,6 @@ COMMENT= Multi-platform Ethernet S7 PLC communication suite
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= amd64 armv6 i386 mips powerpc64 powerpc64le powerpc
|
|
||||||
|
|
||||||
USES= gmake
|
USES= gmake
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
|
15
comms/snap7/files/patch-aarch64__bsd.mk
Normal file
15
comms/snap7/files/patch-aarch64__bsd.mk
Normal 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
|
||||||
|
+
|
Loading…
Add table
Reference in a new issue