pkgsrc-WIP-changes archive

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

libpar2: needs c++11 (libsigc++)



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sat Oct 24 18:25:00 2015 +0200
Changeset:	138ae1abdfff237ff06dad2602ca6a39c2e7985c

Modified Files:
	libpar2/Makefile

Log Message:
libpar2: needs c++11 (libsigc++)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=138ae1abdfff237ff06dad2602ca6a39c2e7985c

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

diffstat:
 libpar2/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/libpar2/Makefile b/libpar2/Makefile
index 4ed1c26..34d4cc7 100644
--- a/libpar2/Makefile
+++ b/libpar2/Makefile
@@ -13,6 +13,7 @@ LICENSE=	gnu-gpl-v2
 GNU_CONFIGURE=yes
 
 USE_LANGUAGES=		c c++
+CXXFLAGS+=		-std=c++11
 USE_PKGLOCALEDIR=	yes
 GNU_CONFIGURE=		yes
 USE_LIBTOOL=		yes


Home | Main Index | Thread Index | Old Index