pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/filesystems/fuse-bindfs USE_FEATURES=getline to fix Sn...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fdf406b0564
branches:  trunk
changeset: 371795:9fdf406b0564
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Jan 14 14:47:26 2022 +0000

description:
USE_FEATURES=getline to fix Snow Leopard build.

diffstat:

 filesystems/fuse-bindfs/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 53d996d0b050 -r 9fdf406b0564 filesystems/fuse-bindfs/Makefile
--- a/filesystems/fuse-bindfs/Makefile  Fri Jan 14 14:46:50 2022 +0000
+++ b/filesystems/fuse-bindfs/Makefile  Fri Jan 14 14:47:26 2022 +0000
@@ -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 @@
 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