pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/filesystems/fuse-bindfs



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Jan 14 14:47:26 UTC 2022

Modified Files:
        pkgsrc/filesystems/fuse-bindfs: Makefile

Log Message:
USE_FEATURES=getline to fix Snow Leopard build.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/filesystems/fuse-bindfs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/fuse-bindfs/Makefile
diff -u pkgsrc/filesystems/fuse-bindfs/Makefile:1.6 pkgsrc/filesystems/fuse-bindfs/Makefile:1.7
--- pkgsrc/filesystems/fuse-bindfs/Makefile:1.6 Tue Nov 30 12:34:24 2021
+++ pkgsrc/filesystems/fuse-bindfs/Makefile     Fri Jan 14 14:47:26 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/11/30 12:34:24 pho Exp $
+# $NetBSD: Makefile,v 1.7 2022/01/14 14:47:26 schmonz Exp $
 
 DISTNAME=      bindfs-1.15.1
 PKGNAME=       fuse-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://bindfs.org/
 COMMENT=       Remounts file system subtrees in arbitrary locations
 LICENSE=       gnu-gpl-v2
 
+USE_FEATURES=  getline
+
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++
 USE_TOOLS+=    automake autoreconf gmake pkg-config



Home | Main Index | Thread Index | Old Index