mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
11 lines
284 B
Text
11 lines
284 B
Text
--- mkoctfile.in-orig 2008-08-27 17:46:53.000000000 -0500
|
|
+++ mkoctfile.in 2008-08-27 17:47:45.000000000 -0500
|
|
@@ -278,7 +278,7 @@
|
|
-D*)
|
|
defs="$defs $1"
|
|
;;
|
|
- -[lLR]* | -Wl,*)
|
|
+ -[lLR]* | -pthread | -Wl,*)
|
|
ldflags="$ldflags $1"
|
|
;;
|
|
-M | --depend)
|