diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-04 23:09:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-04 23:09:06 +0000 |
commit | 00686c240d2ce06b48837621dad7f4d5eeb66b9f (patch) | |
tree | 2ef88e75d07f9faafc01905d7ba4958af6ffdd61 /multimedia | |
parent | f0d7d247674fef441ff38e25ed090bc5a306053c (diff) | |
download | pkgsrc-00686c240d2ce06b48837621dad7f4d5eeb66b9f.tar.gz |
Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to
the configure and build processes.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libdv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libdv/Makefile b/multimedia/libdv/Makefile index 4ccf0d60812..55b98e06b55 100644 --- a/multimedia/libdv/Makefile +++ b/multimedia/libdv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/11/28 14:34:28 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2004/12/04 23:09:06 jlam Exp $ DISTNAME= libdv-0.103 PKGREVISION= 1 @@ -14,6 +14,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= ${WRKSRC}/libdv.pc.in +PTHREAD_AUTO_VARS= yes LIBS+= ${LIBOSSAUDIO} |