diff options
author | joerg <joerg> | 2006-01-24 22:49:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-01-24 22:49:05 +0000 |
commit | b7569a8f0ea8e7c4c52c4312bc845d0b2f02b071 (patch) | |
tree | c232f19e25bf6f494587410edee303ab7ec9bf19 /ham/tlf/Makefile | |
parent | 8c1341f5f1dbfd90dbf45fd55d127004c842eab5 (diff) | |
download | pkgsrc-b7569a8f0ea8e7c4c52c4312bc845d0b2f02b071.tar.gz |
Use PTHREAD_AUTO_VARS for thread linkage.
Diffstat (limited to 'ham/tlf/Makefile')
-rw-r--r-- | ham/tlf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/tlf/Makefile b/ham/tlf/Makefile index fa5c96dbbda..0f03af79c61 100644 --- a/ham/tlf/Makefile +++ b/ham/tlf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/01/20 13:09:59 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2006/01/24 22:49:05 joerg Exp $ # DISTNAME= tlf-0.9.27 @@ -14,6 +14,7 @@ USE_TOOLS+= gmake GNU_CONFIGURE= yes BUILD_USES_MSGFMT=yes PTHREAD_OPTS+= require +PTHREAD_AUTO_VARS= yes CONFIGURE_ARGS+= --enable-hamlib |