ports/comms/snap7/files/patch-aarch64__bsd.mk
2021-09-14 19:56:05 +02:00

15 lines
288 B
Makefile

--- 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
+