SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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