SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/libffi/patches/patch-testsuite_lib_libffi_exp
Normal file
14
devel/libffi/patches/patch-testsuite_lib_libffi_exp
Normal file
|
@ -0,0 +1,14 @@
|
|||
cc1: error: unrecognized command line option "-Wno-psabi"
|
||||
|
||||
Index: testsuite/lib/libffi.exp
|
||||
--- testsuite/lib/libffi.exp.orig
|
||||
+++ testsuite/lib/libffi.exp
|
||||
@@ -500,7 +500,7 @@ proc run-many-tests { testcases extra_flags } {
|
||||
}
|
||||
}
|
||||
"gnu" {
|
||||
- set common "-W -Wall -Wno-psabi"
|
||||
+ set common "-W -Wall"
|
||||
if [info exists env(LIBFFI_TEST_OPTIMIZATION)] {
|
||||
set optimizations [ list $env(LIBFFI_TEST_OPTIMIZATION) ]
|
||||
} else {
|
Loading…
Add table
Add a link
Reference in a new issue