pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/fuse-pod



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Nov 12 15:53:09 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/filesystems/fuse-pod/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-pod/Makefile
diff -u pkgsrc/filesystems/fuse-pod/Makefile:1.41 pkgsrc/filesystems/fuse-pod/Makefile:1.42
--- pkgsrc/filesystems/fuse-pod/Makefile:1.41   Wed Apr 21 11:41:37 2021
+++ pkgsrc/filesystems/fuse-pod/Makefile        Fri Nov 12 15:53:09 2021
@@ -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 @@ HOMEPAGE=     http://fusepod.sourceforge.net
 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