pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libsigc++1
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Jan 26 13:35:36 UTC 2018
Modified Files:
pkgsrc/devel/libsigc++1: Makefile
Log Message:
libsigc++1: Specify c++03 to avoid conflicts with std::bind.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/libsigc++1/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libsigc++1/Makefile
diff -u pkgsrc/devel/libsigc++1/Makefile:1.4 pkgsrc/devel/libsigc++1/Makefile:1.5
--- pkgsrc/devel/libsigc++1/Makefile:1.4 Mon Sep 23 10:33:01 2013
+++ pkgsrc/devel/libsigc++1/Makefile Fri Jan 26 13:35:36 2018
@@ -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 @@ COMMENT= Type-safe callback system for C
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