summaryrefslogtreecommitdiff
path: root/filesystems/fuse-wdfs/Makefile
diff options
context:
space:
mode:
authorbjs <bjs>2008-01-28 02:56:46 +0000
committerbjs <bjs>2008-01-28 02:56:46 +0000
commitef82351f8d40da52718111f9adcdb04e25067e81 (patch)
tree5fe2cbfdad90a28b4392ab72decdbdbd72fbe089 /filesystems/fuse-wdfs/Makefile
parent90a685c8f16a44ce7c8b860ab48e5180485614eb (diff)
downloadpkgsrc-ef82351f8d40da52718111f9adcdb04e25067e81.tar.gz
Update to version 1.4.2. While here, support <stdbool.h> if it exists.
I'm not sure about FUSE_VERSION vs. FUSE_USE_VERSION in different implementations, so define FUSE_USE_VERSION from FUSE_VERSION if it does not exist and use that. 2007-04-17 CHANGES: - fixed a stupid bug that avoids mounting the root of a server - documented the optional port for mounting a webdav server - improved attribute caching for some special cases
Diffstat (limited to 'filesystems/fuse-wdfs/Makefile')
-rw-r--r--filesystems/fuse-wdfs/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/filesystems/fuse-wdfs/Makefile b/filesystems/fuse-wdfs/Makefile
index f9aa7ade5d5..8579af6cd0a 100644
--- a/filesystems/fuse-wdfs/Makefile
+++ b/filesystems/fuse-wdfs/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2008/01/18 05:06:33 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2008/01/28 02:56:46 bjs Exp $
#
-DISTNAME= wdfs-1.4.1
+DISTNAME= wdfs-1.4.2
PKGNAME= fuse-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= filesystems
MASTER_SITES= http://noedler.de/projekte/wdfs/
@@ -14,6 +13,12 @@ COMMENT= FUSE-based webdav filesystem
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+PTHREAD_AUTO_VARS= yes
+
+.if exists(/usr/include/stdbool.h)
+CPPFLAGS+= -DHAVE_STDBOOL_H
+.endif
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../www/neon/buildlink3.mk"