summaryrefslogtreecommitdiff
path: root/filesystems/fuse-obexfs/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2007-05-16 11:02:12 +0000
committerxtraeme <xtraeme>2007-05-16 11:02:12 +0000
commitfe824624ad6e970372c9ca9fd1563a87073e55db (patch)
tree608ac8cce2798e95b740e784f2b2c40b81f76663 /filesystems/fuse-obexfs/Makefile
parent8fd0a13495fcefcc41b60da9dd03eb375a6d4f50 (diff)
downloadpkgsrc-fe824624ad6e970372c9ca9fd1563a87073e55db.tar.gz
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.
Diffstat (limited to 'filesystems/fuse-obexfs/Makefile')
-rw-r--r--filesystems/fuse-obexfs/Makefile9
1 files changed, 1 insertions, 8 deletions
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"