SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
math/fftw/patches/gcc-patch-configure
Normal file
13
math/fftw/patches/gcc-patch-configure
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- configure.orig Mon Mar 24 08:09:56 2003
|
||||
+++ configure Sun Dec 25 18:04:52 2005
|
||||
@@ -9852,6 +9852,10 @@ acx_gcc_stack_align_bug=yes
|
||||
fi
|
||||
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
||||
fi
|
||||
+# the above test does not always return the same value
|
||||
+# so default to no correct stack alignment on i386
|
||||
+acx_gcc_aligns_stack=no
|
||||
+acx_gcc_stack_align_bug=yes
|
||||
CFLAGS="$save_CFLAGS"
|
||||
echo "$as_me:$LINENO: result: $acx_gcc_aligns_stack" >&5
|
||||
echo "${ECHO_T}$acx_gcc_aligns_stack" >&6
|
Loading…
Add table
Add a link
Reference in a new issue