freebsd-ports/security/heimdal-devel/files/patch-cf_pthreads.m4
Cy Schubert 88dc4c1eb8 security/heimdal-devel: Correct patch file name
files/patch-ch_pthreads.m4 name was typoed.
2024-01-10 15:36:29 -08:00

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