1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

devel/glog: fix build on powerpc

In file included from /wrkdirs/usr/ports/devel/glog/work/glog-0.7.1/src/stacktrace.cc:37:
/wrkdirs/usr/ports/devel/glog/work/glog-0.7.1/src/stacktrace_powerpc-inl.h:126:4: error: Need to specify the PPC ABI for your architecture.
  126 | #  error Need to specify the PPC ABI for your architecture.
      |    ^
1 error generated.
This commit is contained in:
Piotr Kubaj 2024-08-02 13:28:30 +02:00
parent 56ab61c888
commit ba410f875b

View File

@ -29,4 +29,6 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}
GH_ACCOUNT= google
USE_GITHUB= yes
CXXFLAGS_powerpc= -D_CALL_SYSV
.include <bsd.port.mk>