mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
- replace complex.h hack with less crude hack - use sse2neon to build on armv7/aarch64 - armv7 should work, but falls to an unrelated issue - touch up CFLAGS slightly - rework do-test
11 lines
300 B
C++
11 lines
300 B
C++
--- src/simulation.cc.orig 2024-10-15 16:05:30 UTC
|
|
+++ src/simulation.cc
|
|
@@ -50,7 +50,7 @@ void simulation::setup(int argc, char **argv)
|
|
int version = 1;
|
|
int fftw_opt = FFTW_ESTIMATE;
|
|
|
|
- char ch;
|
|
+ int ch;
|
|
while ((ch = getopt(argc, argv, "hton:k:r:v:")) != EOF)
|
|
{
|
|
switch (ch)
|