diff options
-rw-r--r-- | lang/TenDRA/pkg-plist | 1 | ||||
-rw-r--r-- | lang/TenDRA/scripts/configure | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lang/TenDRA/pkg-plist b/lang/TenDRA/pkg-plist index 0f28ee46ffe..5735b6e9221 100644 --- a/lang/TenDRA/pkg-plist +++ b/lang/TenDRA/pkg-plist @@ -1406,6 +1406,7 @@ lib/TenDRA/machines/freebsd/%OSREL%/80x86/env/K-ieee lib/TenDRA/machines/freebsd/%OSREL%/80x86/env/K-noframe lib/TenDRA/machines/freebsd/%OSREL%/80x86/env/K-noieee lib/TenDRA/machines/freebsd/%OSREL%/80x86/env/K-prom +lib/TenDRA/machines/freebsd/%OSREL%/80x86/env/pthread lib/TenDRA/machines/freebsd/%OSREL%/80x86/env/Versions lib/TenDRA/machines/freebsd/%OSREL%/80x86/env/Xa lib/TenDRA/machines/freebsd/%OSREL%/80x86/env/Xc diff --git a/lang/TenDRA/scripts/configure b/lang/TenDRA/scripts/configure index 352908f304a..06a7e0249fc 100644 --- a/lang/TenDRA/scripts/configure +++ b/lang/TenDRA/scripts/configure @@ -23,6 +23,16 @@ fixlib() } # +# Update tcc common environment. +# + +# Create $WRKSRC/src/lib/env/freebsd/common/80x86/pthread +cat >$WRKSRC/src/lib/env/freebsd/common/80x86/pthread <<EOF +/* Build with pthreads library */ ++SYS_LIBC "-lc_r" +EOF + +# # Create tcc aout environment. # |