mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/nauty: fix build on powerpc
Works around the clang crash, which seems to be fixed in the new snapshots: PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump: 0. Program arguments: clang -cc1 -triple powerpc-unknown-freebsd14.2 -emit-obj -O2 -vectorize-loops gutil2-502595.c 1. <eof> parser at end of file 2. Optimizer Segmentation fault (core dumped)
This commit is contained in:
parent
44cdb11f92
commit
47a5163a4d
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ TEST_TARGET= check
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
CFLAGS_powerpc= -O1
|
||||
|
||||
post-build: # build shared libraries: based on how static libraries are created
|
||||
# rebuild .o files with -fPIC
|
||||
@cd ${WRKSRC} ; \
|
||||
|
|
Loading…
Add table
Reference in a new issue