Skip to content

Commit

Permalink
misc/cuttlefish: fix build on powerpc
Browse files Browse the repository at this point in the history
In file included from /wrkdirs/usr/ports/misc/cuttlefish/work/Cuttlefish-2.7.0/lib/libsquish/clusterfit.cpp:27:
In file included from /wrkdirs/usr/ports/misc/cuttlefish/work/Cuttlefish-2.7.0/lib/libsquish/clusterfit.h:32:
In file included from /wrkdirs/usr/ports/misc/cuttlefish/work/Cuttlefish-2.7.0/lib/libsquish/simd.h:32:
In file included from /wrkdirs/usr/ports/misc/cuttlefish/work/Cuttlefish-2.7.0/lib/libsquish/simd_ve.h:29:
/usr/lib/clang/13.0.0/include/altivec.h:13:2: error: "AltiVec support not enabled"
  • Loading branch information
pkubaj committed Dec 1, 2022
1 parent c7a893d commit 6609a59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/cuttlefish/Makefile
Expand Up @@ -34,4 +34,6 @@ CMAKE_OFF= CUTTLEFISH_BUILD_DOCS CUTTLEFISH_BUILD_TESTS
CMAKE_ON= CUTTLEFISH_SHARED
CMAKE_TESTING_ON= CUTTLEFISH_BUILD_TESTS

CXXFLAGS_powerpc= -maltivec

.include <bsd.port.mk>

0 comments on commit 6609a59

Please sign in to comment.