aboutsummaryrefslogtreecommitdiffstats
path: root/lang/TenDRA/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to 'lang/TenDRA/scripts/configure')
-rw-r--r--lang/TenDRA/scripts/configure10
1 files changed, 10 insertions, 0 deletions
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.
#