diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-12 06:39:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-12 06:39:19 +0000 |
commit | af591191d2b91375c67ab57df64d383e66055294 (patch) | |
tree | ddbacf3026d39d6b23e622ac51745a4f7db32d44 /multimedia | |
parent | 675d464c92282081571087f8ad824d1cae9d8414 (diff) | |
download | pkgsrc-af591191d2b91375c67ab57df64d383e66055294.tar.gz |
Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk. Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libdv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/libdv/Makefile b/multimedia/libdv/Makefile index c6504d26458..8f7bad3c205 100644 --- a/multimedia/libdv/Makefile +++ b/multimedia/libdv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/10/03 00:13:02 tv Exp $ +# $NetBSD: Makefile,v 1.4 2004/11/12 06:39:20 jlam Exp $ # DISTNAME= libdv-0.102 @@ -15,7 +15,6 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes -LIBS+= ${PTHREAD_LDFLAGS} LIBS+= ${LIBOSSAUDIO} .include "../../mk/bsd.prefs.mk" |