pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libsigc++



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Nov  7 13:24:50 UTC 2019

Modified Files:
        pkgsrc/devel/libsigc++: buildlink3.mk

Log Message:
libsigc++: sync GCC_REQD between Makefile and bl3.mk


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/libsigc++/buildlink3.mk

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++/buildlink3.mk
diff -u pkgsrc/devel/libsigc++/buildlink3.mk:1.12 pkgsrc/devel/libsigc++/buildlink3.mk:1.13
--- pkgsrc/devel/libsigc++/buildlink3.mk:1.12   Thu Oct 15 12:24:21 2015
+++ pkgsrc/devel/libsigc++/buildlink3.mk        Thu Nov  7 13:24:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.12 2015/10/15 12:24:21 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.13 2019/11/07 13:24:50 wiz Exp $
 
 BUILDLINK_TREE+=       libsigcpp
 
@@ -10,7 +10,7 @@ BUILDLINK_ABI_DEPENDS.libsigcpp+=     libsig
 BUILDLINK_PKGSRCDIR.libsigcpp?=                ../../devel/libsigc++
 
 # needs C++11
-GCC_REQD+=     4.7
+GCC_REQD+=     4.8
 
 .endif # LIBSIGCPP_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index