mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
16 lines
401 B
Plaintext
16 lines
401 B
Plaintext
$NetBSD: patch-cf_pthreads.m4,v 1.1 2013/07/26 12:40:06 ryoon Exp $
|
|
|
|
* GNU/kFreeBSD parts: use host of Debian GNU/kFreeBSD 7.0.
|
|
|
|
--- cf/pthreads.m4.orig 2012-01-10 21:53:51.000000000 +0000
|
|
+++ cf/pthreads.m4
|
|
@@ -48,7 +48,7 @@ case "$host" in
|
|
;;
|
|
esac
|
|
;;
|
|
-*-*-kfreebsd*-gnu*)
|
|
+*-*-kfreebsd*-gnu*|*-*-gnukfreebsd*)
|
|
native_pthread_support=yes
|
|
PTHREAD_CFLAGS=-pthread
|
|
PTHREAD_LIBADD=-pthread
|