From fe824624ad6e970372c9ca9fd1563a87073e55db Mon Sep 17 00:00:00 2001 From: xtraeme Date: Wed, 16 May 2007 11:02:12 +0000 Subject: Now that pooka@ fixed the libpthread problem, remove the hack to not link it to libpthread. Also disable debugging output... too verbose, and it works well enough. --- filesystems/fuse-obexfs/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'filesystems/fuse-obexfs/Makefile') diff --git a/filesystems/fuse-obexfs/Makefile b/filesystems/fuse-obexfs/Makefile index 4b977315d63..034b30d2e10 100644 --- a/filesystems/fuse-obexfs/Makefile +++ b/filesystems/fuse-obexfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/16 10:32:52 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2007/05/16 11:02:12 xtraeme Exp $ # DISTNAME= obexfs-0.8 @@ -16,13 +16,6 @@ USE_TOOLS+= autoconf gmake pkg-config pre-configure: cd ${WRKSRC} && autoconf -.include "../../mk/bsd.prefs.mk" - -# puffs does not play well with libpthread, disable it. -.if ${OPSYS} == "NetBSD" -BUILDLINK_TRANSFORM+= rm:-lpthread -.endif - .include "../../comms/obexftp/buildlink3.mk" .include "../../comms/openobex/buildlink3.mk" .include "../../mk/fuse.buildlink3.mk" -- cgit v1.2.3