pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cad/librecad
Module Name: pkgsrc
Committed By: plunky
Date: Sun Sep 25 10:44:45 UTC 2016
Modified Files:
pkgsrc/cad/librecad: Makefile
Log Message:
add GCC_REQD+= 4.7 as the package uses -std=c++11 flag
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/cad/librecad/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cad/librecad/Makefile
diff -u pkgsrc/cad/librecad/Makefile:1.33 pkgsrc/cad/librecad/Makefile:1.34
--- pkgsrc/cad/librecad/Makefile:1.33 Fri Sep 9 20:07:23 2016
+++ pkgsrc/cad/librecad/Makefile Sun Sep 25 10:44:45 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/09/09 20:07:23 plunky Exp $
+# $NetBSD: Makefile,v 1.34 2016/09/25 10:44:45 plunky Exp $
#
DISTNAME= LibreCAD-2.1.1
@@ -17,6 +17,9 @@ USE_LANGUAGES= c c++
USE_TOOLS+= pax pkg-config
USE_LIBTOOL= yes
+# package uses -std=c++11 flag
+GCC_REQD+= 4.7
+
SUBST_CLASSES+= qtdir
SUBST_STAGE.qtdir= pre-configure
SUBST_MESSAGE.qtdir= Set qt4/bin
Home |
Main Index |
Thread Index |
Old Index