git: f4d591bd8b0d - main - comms/snap7: actually add powerpc64le config

Piotr Kubaj pkubaj at FreeBSD.org
Thu Apr 15 14:19:56 UTC 2021


The branch main has been updated by pkubaj:

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

commit f4d591bd8b0de20b12217f7f8c03b7b026b8a04d
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-15 14:19:47 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-04-15 14:19:47 +0000

    comms/snap7: actually add powerpc64le config
---
 comms/snap7/files/patch-powerpc64le__bsd.mk | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/comms/snap7/files/patch-powerpc64le__bsd.mk b/comms/snap7/files/patch-powerpc64le__bsd.mk
new file mode 100644
index 000000000000..f3c74ada6284
--- /dev/null
+++ b/comms/snap7/files/patch-powerpc64le__bsd.mk
@@ -0,0 +1,15 @@
+--- powerpc64le_bsd.mk.orig	2016-12-20 10:44:15 UTC
++++ powerpc64le_bsd.mk
+@@ -0,0 +1,12 @@
++##
++## powerpc64le BSD based (FreeBSD etc.) Makefile
++## Use gmake instead of make
++##
++TargetCPU  :=powerpc64le
++OS         :=bsd
++CXXFLAGS   := -O3 -fPIC -pedantic 
++
++# Standard part
++
++include common.mk
++


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