SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
devel/swig/patches/patch-configure
Normal file
19
devel/swig/patches/patch-configure
Normal file
|
@ -0,0 +1,19 @@
|
|||
fix Examples/guile/multivalue & multimap regress tests
|
||||
|
||||
ld: error: unknown argument '-I/usr/local/include'
|
||||
ld: error: unknown argument '-pthread'
|
||||
ld: error: unknown argument '-pthread'
|
||||
ld: error: unable to find library -lm
|
||||
|
||||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -6648,7 +6648,7 @@ then
|
||||
*-*-linux*) LDSHARED="\$(CC) -shared";;
|
||||
*-*-dgux*) LDSHARED="ld -G";;
|
||||
*-*-freebsd3*) LDSHARED="\$(CC) -shared";;
|
||||
- *-*-freebsd* | *-*-openbsd*) LDSHARED="ld -Bshareable";;
|
||||
+ *-*-freebsd* | *-*-openbsd*) LDSHARED="cc -shared";;
|
||||
*-*-netbsd*)
|
||||
if [ "`\$(CC) -dM -E - </dev/null | grep __ELF__`" != "" ]
|
||||
then
|
Loading…
Add table
Add a link
Reference in a new issue