pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libsigc++1 libsigc++1: Specify c++03 to avoid co...
details: https://anonhg.NetBSD.org/pkgsrc/rev/eaac54b8c9ae
branches: trunk
changeset: 374614:eaac54b8c9ae
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Jan 26 13:35:36 2018 +0000
description:
libsigc++1: Specify c++03 to avoid conflicts with std::bind.
diffstat:
devel/libsigc++1/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8d8ee34ad299 -r eaac54b8c9ae devel/libsigc++1/Makefile
--- a/devel/libsigc++1/Makefile Fri Jan 26 13:34:39 2018 +0000
+++ b/devel/libsigc++1/Makefile Fri Jan 26 13:35:36 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/09/23 10:33:01 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2018/01/26 13:35:36 jperkin Exp $
DISTNAME= libsigc++-1.2.7
PKGNAME= libsigc++1-1.2.7
@@ -13,7 +13,7 @@
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= gm4 gmake
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
CONFLICTS+= libsigc++-1.*
Home |
Main Index |
Thread Index |
Old Index