mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
13 lines
447 B
Text
13 lines
447 B
Text
--- build/platforms/freebsd3-gcc/Make-platform.orig Wed Sep 16 11:55:05 1998
|
|
+++ build/platforms/freebsd3-gcc/Make-platform Fri Oct 16 19:06:39 1998
|
|
@@ -30,8 +30,8 @@
|
|
THREADS= -DPOSIX_THREADS -D_THREAD_SAFE -DPTHREAD_PREEMPTIVE
|
|
|
|
# use special gcc flag to include libc_r.a
|
|
-THREADSLIB= -pthread
|
|
-#THREADSLIB= -lc_r
|
|
+#THREADSLIB= -pthread
|
|
+THREADSLIB= -lc_r
|
|
|
|
# if you built/installed with -DNOLIBC_R, you'll need uncomment
|
|
# out the following
|