pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/filesystems/fuse-pod fuse-pod: Use c++03. Fails with n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c5d7aa7b8a5
branches:  trunk
changeset: 769330:4c5d7aa7b8a5
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Nov 12 15:53:09 2021 +0000

description:
fuse-pod: Use c++03. Fails with newer C++ standards.

diffstat:

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

diffs (18 lines):

diff -r 13b3aab9a5c1 -r 4c5d7aa7b8a5 filesystems/fuse-pod/Makefile
--- a/filesystems/fuse-pod/Makefile     Fri Nov 12 15:52:02 2021 +0000
+++ b/filesystems/fuse-pod/Makefile     Fri Nov 12 15:53:09 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2021/04/21 11:41:37 adam Exp $
+# $NetBSD: Makefile,v 1.42 2021/11/12 15:53:09 nia Exp $
 #
 
 DISTNAME=      fusepod-0.5.1
@@ -13,7 +13,7 @@
 COMMENT=       FUSE-based filesystem for iPod
 
 GNU_CONFIGURE= yes
-USE_LANGUAGES+=        c c++
+USE_LANGUAGES+=        c c++03
 USE_TOOLS+=    gmake pkg-config
 
 .include "../../audio/libgpod/buildlink3.mk"



Home | Main Index | Thread Index | Old Index