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 /devel/physfs | |
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 'devel/physfs')
-rw-r--r-- | devel/physfs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/physfs/Makefile b/devel/physfs/Makefile index ffa4a6cd26d..f9d1ad9f0d6 100644 --- a/devel/physfs/Makefile +++ b/devel/physfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/10/03 00:13:32 tv Exp $ +# $NetBSD: Makefile,v 1.9 2004/11/12 06:39:20 jlam Exp $ # DISTNAME= physfs-1.0.0 @@ -16,8 +16,6 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_GCC_SHLIB= yes -CONFIGURE_ARGS+= LIBS="${PTHREAD_LDFLAGS}" - .include "../../devel/readline/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" |