mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
This new heimdal port tracks the Heimdal development branch. The last security advisory showed us we might want to track its development.
11 lines
291 B
Text
11 lines
291 B
Text
--- cf/pthreads.m4.orig 2022-11-17 06:42:48.000000000 -0800
|
|
+++ cf/pthreads.m4 2022-11-17 15:04:24.219994000 -0800
|
|
@@ -34,7 +34,7 @@
|
|
;;
|
|
*-*-freebsd*)
|
|
native_pthread_support=yes
|
|
- PTHREAD_LIBADD="-pthread"
|
|
+ PTHREAD_LIBADD="-lpthread"
|
|
;;
|
|
*-*-openbsd*)
|
|
native_pthread_support=yes
|